Skip to content

Commit

Permalink
up version to 0.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Zhang <[email protected]>
  • Loading branch information
Eskibear committed Sep 5, 2022
1 parent 3ab31b7 commit 1394aad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log
All notable changes to the "vscode-spring-initializr" extension will be documented in this file.

## 0.11.0
### Added
- Show separator between starter groups. [#210](https://github.com/microsoft/vscode-spring-initializr/pull/210)
- Add link buttons onto starter candidates. [#211](https://github.com/microsoft/vscode-spring-initializr/pull/211)

### Fixed
- Show progress when fetching metadata. [#213](https://github.com/microsoft/vscode-spring-initializr/pull/213)

## 0.10.1
- Open HELP.md for newly created projects. [#207](https://github.com/microsoft/vscode-spring-initializr/pull/207)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-spring-initializr",
"displayName": "Spring Initializr Java Support",
"description": "A lightweight extension based on Spring Initializr to generate quick start Spring Boot Java projects.",
"version": "0.10.1",
"version": "0.11.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",
Expand Down

0 comments on commit 1394aad

Please sign in to comment.