Skip to content

Commit

Permalink
upversion 0.7.0 (#177)
Browse files Browse the repository at this point in the history
* upversion 0.7.0
  • Loading branch information
CsCherrYY committed Mar 16, 2021
1 parent d956839 commit bc3ae06
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to the "vscode-spring-initializr" extension will be documented in this file.

## 0.7.0
### Fixed
- Align options of project metadata with Spring Initializr service. [#173](https://github.com/microsoft/vscode-spring-initializr/pull/173)

## 0.6.1
- Fix Error: Cannot read property 'split' of undefined. [#162](https://github.com/microsoft/vscode-spring-initializr/issues/162#issuecomment-726832226)

Expand Down
20 changes: 10 additions & 10 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions 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.6.1",
"version": "0.7.0",
"icon": "resources/logo.png",
"publisher": "vscjava",
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",
Expand Down Expand Up @@ -176,7 +176,7 @@
"fs-extra": "^5.0.0",
"lodash": "^4.17.19",
"md5": "^2.2.1",
"vscode-extension-telemetry-wrapper": "^0.8.0",
"vscode-extension-telemetry-wrapper": "0.9.0",
"xml-zero-lexer": "^2.1.0",
"xml2js": "^0.4.19"
}
Expand Down

0 comments on commit bc3ae06

Please sign in to comment.