Skip to content

Commit 27dabd3

Browse files
committed
up version to 0.10.1
Signed-off-by: Yan Zhang <[email protected]>
1 parent f5794b7 commit 27dabd3

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

4+
## 0.10.1
5+
- Open HELP.md for newly created projects. [#207](https://github.com/microsoft/vscode-spring-initializr/pull/207)
6+
47
## 0.10.0
58
### Fixed
69
- Fix version detection when `relativePath` is not specified. [#202](https://github.com/microsoft/vscode-spring-initializr/pull/202)

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.0",
5+
"version": "0.10.1",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",

0 commit comments

Comments
 (0)