Skip to content

Commit 1008ce7

Browse files
authored
upversion to 0.13.0 (#561)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 7c1a060 commit 1008ce7

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

3+
## 0.13.0
4+
5+
### Added
6+
- New UX for welcome page. [#540](https://github.com/microsoft/vscode-java-pack/issues/540)
7+
8+
### Changed
9+
- By default, show overview page only on Desktop and not in Web. [#536](https://github.com/microsoft/vscode-java-pack/pull/536)
10+
- Use new extension icons. [#552](https://github.com/microsoft/vscode-java-pack/pull/552)
11+
12+
### Fixed
13+
- Re-enable restoring webview pages after reloading window. [#549](https://github.com/microsoft/vscode-java-pack/pull/549)
14+
315
## 0.12.1
416
- Fixed error `Cannot read property 'onDidClasspathUpdate' of undefined` on opening `Configure Java Runtime` page. [#521](https://github.com/microsoft/vscode-java-pack/issues/521)
517

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

0 commit comments

Comments
 (0)