Skip to content

Commit 0978114

Browse files
authored
publish v1.14.0 (#1461)
1 parent 8f38f32 commit 0978114

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,16 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). If you introduce breaking changes, please group them together in the "Changed" section using the **BREAKING:** prefix.
66

7-
## [Unreleased]
7+
## [v1.14.0] - 2025-04-28
88

99
### Added
1010

1111
- Add application name to ITC-based (IOM/COM) connections ([#762](https://github.com/sassoftware/vscode-sas-extension/issues/762))
12+
- Ability to export SAS Notebook to HTML file ([#1417](https://github.com/sassoftware/vscode-sas-extension/pull/1417))
13+
14+
### Fixed
15+
16+
- Reduce overhead time when running code to Viya ([#1447](https://github.com/sassoftware/vscode-sas-extension/issues/1447))
1217

1318
## [v1.13.1] - 2025-03-04
1419

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sas-lsp",
33
"displayName": "SAS",
44
"description": "Official SAS Language Extension for VS Code",
5-
"version": "1.13.1",
5+
"version": "1.14.0",
66
"categories": [
77
"Programming Languages",
88
"Data Science",

0 commit comments

Comments
 (0)