Skip to content

Commit 1a3ca43

Browse files
Prepare release for 0.25.12 (#1216)
1 parent e973953 commit 1a3ca43

File tree

3 files changed

+18
-31
lines changed

3 files changed

+18
-31
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
## 0.25.12
4+
### Added
5+
- Add Oracle GraalVM to the list of Install New JDK. [#1208](https://github.com/microsoft/vscode-java-pack/issues/1208).
6+
- Add the error and exception statistics for the Java extension.
7+
38
## 0.25.11
49
### Fixed
510
- Fix the statistics of session duration and lsp error responses.

package-lock.json

Lines changed: 12 additions & 30 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
@@ -3,7 +3,7 @@
33
"displayName": "Extension Pack for Java",
44
"description": "Popular extensions for Java development that provides Java IntelliSense, debugging, testing, Maven/Gradle support, project management and more",
55
"license": "MIT",
6-
"version": "0.25.11",
6+
"version": "0.25.12",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)