Skip to content

Commit

Permalink
Prepare release for 0.25.12 (#1216)
Browse files Browse the repository at this point in the history
  • Loading branch information
testforstephen authored Jun 29, 2023
1 parent e973953 commit 1a3ca43
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 31 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## 0.25.12
### Added
- Add Oracle GraalVM to the list of Install New JDK. [#1208](https://github.com/microsoft/vscode-java-pack/issues/1208).
- Add the error and exception statistics for the Java extension.

## 0.25.11
### Fixed
- Fix the statistics of session duration and lsp error responses.
Expand Down
42 changes: 12 additions & 30 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 @@ -3,7 +3,7 @@
"displayName": "Extension Pack for Java",
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
"license": "MIT",
"version": "0.25.11",
"version": "0.25.12",
"publisher": "vscjava",
"preview": true,
"engines": {
Expand Down

0 comments on commit 1a3ca43

Please sign in to comment.