Skip to content

Commit

Permalink
chore: update version to 0.4.1
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <[email protected]>
  • Loading branch information
fbricon committed Jan 3, 2023
1 parent 5f23866 commit a2c3904
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

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

## [0.4.1] 03/01/2023
- Ignore Java's `Picked up JAVA_TOOL_OPTIONS` message that broke Gitpod integration

## [0.4.0] 03/01/2023
- Add completion for `//NATIVE_OPTIONS`, `//COMPILE_OPTIONS`, `//RUNTIME_OPTIONS`, `//GROOVY`, `//KOTLIN`
- Display `Run JBang` command in quick run menu
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"icon": "icons/jbang.png",
"publisher": "jbangdev",
"license": "MIT",
Expand Down

0 comments on commit a2c3904

Please sign in to comment.