Skip to content

Commit cbb08cf

Browse files
committed
upversion to 0.4.7
Signed-off-by: Yan Zhang <[email protected]>
1 parent 89ee24f commit cbb08cf

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

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

4+
## 0.4.7
5+
### Fixed
6+
- Vulnerabilities.
7+
48
## 0.4.6
59
### Fixed
610
- A bug that there is no response when failing to download zip package. [#120](https://github.com/microsoft/vscode-spring-initializr/issues/120)
@@ -16,7 +20,7 @@ All notable changes to the "vscode-spring-initializr" extension will be document
1620
- Allow users to specify multiple service URLs. [PR#99](https://github.com/Microsoft/vscode-spring-initializr/pull/99)
1721

1822
### Fixed
19-
- A potential NPE. [#102](https://github.com/Microsoft/vscode-spring-initializr/issues/102)
23+
- A potential NPE. [#102](https://github.com/Microsoft/vscode-spring-initializr/issues/102)
2024
- A bug that the generated .zip file is being extracted before it is completely downloaded. [#103](https://github.com/Microsoft/vscode-spring-initializr/issues/103)
2125

2226
## 0.4.3
@@ -36,7 +40,7 @@ All notable changes to the "vscode-spring-initializr" extension will be document
3640

3741
## 0.3.0
3842
- Supported to edit starters of an existing Spring Boot Maven project.
39-
- Supported to generate Kotlin and Groovy projects.
43+
- Supported to generate Kotlin and Groovy projects.
4044
- Supported to specify default language of projects.
4145
- Fixed some bugs.
4246

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

0 commit comments

Comments
 (0)