Skip to content

Commit bc3ae06

Browse files
authored
upversion 0.7.0 (#177)
* upversion 0.7.0
1 parent d956839 commit bc3ae06

File tree

3 files changed

+16
-12
lines changed

3 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 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.7.0
5+
### Fixed
6+
- Align options of project metadata with Spring Initializr service. [#173](https://github.com/microsoft/vscode-spring-initializr/pull/173)
7+
48
## 0.6.1
59
- Fix Error: Cannot read property 'split' of undefined. [#162](https://github.com/microsoft/vscode-spring-initializr/issues/162#issuecomment-726832226)
610

package-lock.json

Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
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.6.1",
5+
"version": "0.7.0",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",
@@ -176,7 +176,7 @@
176176
"fs-extra": "^5.0.0",
177177
"lodash": "^4.17.19",
178178
"md5": "^2.2.1",
179-
"vscode-extension-telemetry-wrapper": "^0.8.0",
179+
"vscode-extension-telemetry-wrapper": "0.9.0",
180180
"xml-zero-lexer": "^2.1.0",
181181
"xml2js": "^0.4.19"
182182
}

0 commit comments

Comments
 (0)