Skip to content

Commit 1394aad

Browse files
committed
up version to 0.11.0
Signed-off-by: Yan Zhang <[email protected]>
1 parent 3ab31b7 commit 1394aad

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22
All notable changes to the "vscode-spring-initializr" extension will be documented in this file.
33

4+
## 0.11.0
5+
### Added
6+
- Show separator between starter groups. [#210](https://github.com/microsoft/vscode-spring-initializr/pull/210)
7+
- Add link buttons onto starter candidates. [#211](https://github.com/microsoft/vscode-spring-initializr/pull/211)
8+
9+
### Fixed
10+
- Show progress when fetching metadata. [#213](https://github.com/microsoft/vscode-spring-initializr/pull/213)
11+
412
## 0.10.1
513
- Open HELP.md for newly created projects. [#207](https://github.com/microsoft/vscode-spring-initializr/pull/207)
614

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
@@ -2,7 +2,7 @@
22
"name": "vscode-spring-initializr",
33
"displayName": "Spring Initializr Java Support",
44
"description": "A lightweight extension based on Spring Initializr to generate quick start Spring Boot Java projects.",
5-
"version": "0.10.1",
5+
"version": "0.11.0",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",

0 commit comments

Comments
 (0)