Skip to content

Commit 56494eb

Browse files
authored
upversion to 0.18.2 (#714)
Signed-off-by: Yan Zhang <[email protected]>
1 parent ec0210e commit 56494eb

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

3+
# 0.18.2
4+
### Fixed
5+
- Checkbox state was wrong in `Java: Help Center` page. [#712](https://github.com/microsoft/vscode-java-pack/pull/712)
6+
- Opening "Take a Tour" from `Java: Help Center` page was slow. [#711](https://github.com/microsoft/vscode-java-pack/pull/711)
7+
- Feature tour page was not shown when activating extension for the first time. [#713](https://github.com/microsoft/vscode-java-pack/pull/713)
8+
39
# 0.18.1
410
### Changed
511
- Rename command `Java: Welcome` to `Java: Help Center`.

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": "Java Extension Pack",
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.18.1",
6+
"version": "0.18.2",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)