Skip to content

Commit 3f10328

Browse files
authored
upversion to 0.18.3 (#724)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 1e5e1da commit 3f10328

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

CHANGELOG.md

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

3-
# 0.18.2
3+
## 0.18.3
4+
5+
### Fixed
6+
- `Java: Help Center` page could open to wrong side. [#723](https://github.com/microsoft/vscode-java-pack/pull/723)
7+
8+
## 0.18.2
49
### Fixed
510
- Checkbox state was wrong in `Java: Help Center` page. [#712](https://github.com/microsoft/vscode-java-pack/pull/712)
611
- Opening "Take a Tour" from `Java: Help Center` page was slow. [#711](https://github.com/microsoft/vscode-java-pack/pull/711)
712
- Feature tour page was not shown when activating extension for the first time. [#713](https://github.com/microsoft/vscode-java-pack/pull/713)
813

9-
# 0.18.1
14+
## 0.18.1
1015
### Changed
1116
- Rename command `Java: Welcome` to `Java: Help Center`.
1217

13-
# 0.18.0
18+
## 0.18.0
1419
### Added
1520
- Provide code action to configure classpath. [#684](https://github.com/microsoft/vscode-java-pack/pull/684)
1621

1722
### Changed
1823
- Improve getting started experience with walkthrough. [#692](https://github.com/microsoft/vscode-java-pack/issues/692)
1924

20-
# 0.17.0
25+
## 0.17.0
2126
### Changed
2227
- Clean up completed experiments. [#670](https://github.com/microsoft/vscode-java-pack/pull/670) [#672](https://github.com/microsoft/vscode-java-pack/pull/672)
2328
- Update description and categories in metadata. [#669](https://github.com/microsoft/vscode-java-pack/pull/669) [#677](https://github.com/microsoft/vscode-java-pack/pull/677)
2429
- Update getting started walkthrough. [#671](https://github.com/microsoft/vscode-java-pack/pull/671)
2530

26-
# 0.16.0
31+
## 0.16.0
2732
### Added
2833
- Add formatter setting editor. [#604](https://github.com/microsoft/vscode-java-pack/issues/604)
2934

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.2",
6+
"version": "0.18.3",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)