Skip to content

Commit e80b730

Browse files
authored
upversion to 0.16.0 (#658)
Signed-off-by: Yan Zhang <[email protected]>
1 parent decc0cb commit e80b730

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

3+
# 0.16.0
4+
### Added
5+
- Add formatter setting editor. [#604](https://github.com/microsoft/vscode-java-pack/issues/604)
6+
37
## 0.15.0
48
### Added
5-
Add setup-focused getting started walkthrough. [#608](https://github.com/microsoft/vscode-java-pack/pull/608)
9+
- Add setup-focused getting started walkthrough. [#608](https://github.com/microsoft/vscode-java-pack/pull/608)
610

711
### Changed
8-
Refine wording in webview pages. [#606](https://github.com/microsoft/vscode-java-pack/pull/606) [#619](https://github.com/microsoft/vscode-java-pack/pull/619) [#631](https://github.com/microsoft/vscode-java-pack/pull/631)
12+
- Refine wording in webview pages. [#606](https://github.com/microsoft/vscode-java-pack/pull/606) [#619](https://github.com/microsoft/vscode-java-pack/pull/619) [#631](https://github.com/microsoft/vscode-java-pack/pull/631)
913

1014
## 0.14.0
1115
### Added

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": "Java Extension Pack",
44
"description": "Popular extensions for Java development and more.",
55
"license": "MIT",
6-
"version": "0.15.0",
6+
"version": "0.16.0",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)