Skip to content

Commit 980bcb4

Browse files
authored
up version to 0.22.0 (#926)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 5416d4b commit 980bcb4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

3+
## 0.22.0
4+
### Added
5+
- Add new setting `java.help.shareDiagnostics` control whether to collect detailed diagnostic information.
6+
7+
### Fixed
8+
- Fix vulnerabilities. [#907](https://github.com/microsoft/vscode-java-pack/pull/907) [#912](https://github.com/microsoft/vscode-java-pack/pull/912)
9+
10+
311
## 0.21.0
412
### Added
513
- Support toggling AWT development in help center. [#886](https://github.com/microsoft/vscode-java-pack/pull/886)

package-lock.json

Lines changed: 1 addition & 1 deletion
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.21.0",
6+
"version": "0.22.0",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)