Skip to content

Commit 26f000e

Browse files
authored
up version to 0.25.1 (#1051)
1 parent bf8bbd0 commit 26f000e

File tree

3 files changed

+22
-18
lines changed

3 files changed

+22
-18
lines changed

CHANGELOG.md

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

3+
## 0.25.1
4+
### Changed
5+
- Update activation events. [#1036](https://github.com/microsoft/vscode-java-pack/pull/1036)
6+
37
## 0.25.0
48
### Changed
59
- Simplify the "clean cache" notification buttons. [#1025](https://github.com/microsoft/vscode-java-pack/pull/1025)
@@ -102,7 +106,7 @@
102106
- Rename command `Java: Welcome` to `Java: Help Center`.
103107

104108
## 0.18.0
105-
### Added
109+
### Added
106110
- Provide code action to configure classpath. [#684](https://github.com/microsoft/vscode-java-pack/pull/684)
107111

108112
### Changed

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.0",
6+
"version": "0.25.1",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {
@@ -379,7 +379,7 @@
379379
"react-dom": "^16.14.0",
380380
"react-redux": "^7.2.8",
381381
"semver": "^7.3.7",
382-
"vscode-extension-telemetry-wrapper": "^0.13.1",
382+
"vscode-extension-telemetry-wrapper": "^0.13.2",
383383
"vscode-tas-client": "^0.1.47"
384384
}
385385
}

0 commit comments

Comments
 (0)