Skip to content

Commit 6eaf515

Browse files
authored
upversion to 0.17.0 (#680)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 0b56bac commit 6eaf515

File tree

3 files changed

+81
-91
lines changed

3 files changed

+81
-91
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.17.0
4+
### Changed
5+
- Clean up completed experiments. [#670](https://github.com/microsoft/vscode-java-pack/pull/670) [#672](https://github.com/microsoft/vscode-java-pack/pull/672)
6+
- 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)
7+
- Update getting started walkthrough. [#671](https://github.com/microsoft/vscode-java-pack/pull/671)
8+
39
# 0.16.0
410
### Added
511
- Add formatter setting editor. [#604](https://github.com/microsoft/vscode-java-pack/issues/604)

package-lock.json

Lines changed: 74 additions & 90 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.16.0",
6+
"version": "0.17.0",
77
"publisher": "vscjava",
88
"preview": true,
99
"engines": {

0 commit comments

Comments
 (0)