Skip to content

Commit 75e1a36

Browse files
Release 0.30.0 (#1490)
* chore: release 0.30.0 * docs: remove infra-related PRs
1 parent fb829cd commit 75e1a36

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## 0.30.0
4+
5+
- enhancement - Add app moderization extension into pack by @FluoriteCafe-work in https://github.com/microsoft/vscode-java-pack/pull/1483
6+
- fix - Supress telemetry event servermessage and serverexception by @wenytang-ms in https://github.com/microsoft/vscode-java-pack/pull/1455
7+
- fix - Upgrade axios version to fix security vulnerbility by @chagong in https://github.com/microsoft/vscode-java-pack/pull/1453
8+
- fix - Fix process watcher path detection by @nickbeattie in https://github.com/microsoft/vscode-java-pack/pull/1427
9+
310
## 0.29.2
411
### Changed
512
- Update redact rules.

package-lock.json

Lines changed: 2 additions & 2 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.29.2",
6+
"version": "0.30.0",
77
"publisher": "vscjava",
88
"preview": false,
99
"engines": {

0 commit comments

Comments
 (0)