Skip to content

Commit 790c332

Browse files
authored
up version to 0.11.2 (#227)
1 parent e953570 commit 790c332

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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.11.2
5+
### Fixed
6+
- Incorrect Java version was picked up. [#224](https://github.com/microsoft/vscode-spring-initializr/issues/224)
7+
48
## 0.11.1
59
### Fixed
610
- Input boxes freeze when value is invalid, since VS Code v1.73.0. [#219](https://github.com/microsoft/vscode-spring-initializr/pull/219)

package-lock.json

Lines changed: 2 additions & 2 deletions
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.11.1",
5+
"version": "0.11.2",
66
"icon": "resources/logo.png",
77
"publisher": "vscjava",
88
"aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",

0 commit comments

Comments
 (0)