Skip to content

Commit

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

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

## 0.10.0
### Fixed
- Fix version detection when `relativePath` is not specified. [#202](https://github.com/microsoft/vscode-spring-initializr/pull/202)
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.0",
"version": "0.10.1",
"icon": "resources/logo.png",
"publisher": "vscjava",
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",
Expand Down

0 comments on commit 27dabd3

Please sign in to comment.