Skip to content

Commit

Permalink
chore: update changelog for 0.11.0 release
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Feb 26, 2024
1 parent cc46dca commit 2a0e5e6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

All notable changes to the **JBang** extension will be documented in this file.

## [0.11.0] 26/02/2024
- Added textmate grammar for JBang directives
- Fixed error reporting for unresolved dependencies
- Updated various dependencies

## [0.10.0] 08/12/2023
- Added `//Q:CONFIG` completion if `//DEPS io.quarkus:quarkus` is found
- Fixed running JBang installed via scoop on Windows
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": "jbang-vscode",
"displayName": "JBang",
"description": "JBang support for VS Code Java",
"version": "0.10.0",
"version": "0.11.0",
"icon": "icons/jbang.png",
"publisher": "jbangdev",
"license": "MIT",
Expand Down

0 comments on commit 2a0e5e6

Please sign in to comment.