Skip to content

Commit

Permalink
publish v1.10.1 (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
scnwwu authored Jul 22, 2024
1 parent 1349eb0 commit 846e8a3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.

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.

## [v1.10.1] - 2024-07-22

### Fixed

- Auto-indent improvement ([#522](https://github.com/sassoftware/vscode-sas-extension/issues/522)) ([#652](https://github.com/sassoftware/vscode-sas-extension/issues/652))
- Log output by running task ([#1058](https://github.com/sassoftware/vscode-sas-extension/issues/1058))
- Resolve the breaking change introduced by AG Grid 32.0 ([#1096](https://github.com/sassoftware/vscode-sas-extension/issues/1096))
- Library pane crash with option symbolgen ([#1012](https://github.com/sassoftware/vscode-sas-extension/issues/1012))

## [v1.10.0] - 2024-06-18

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sas-lsp",
"displayName": "SAS",
"description": "Official SAS Language Extension for VS Code",
"version": "1.10.0",
"version": "1.10.1",
"categories": [
"Programming Languages",
"Data Science",
Expand Down

0 comments on commit 846e8a3

Please sign in to comment.