From 790c332eeff524d0af18d879bfaec938a99c6fd1 Mon Sep 17 00:00:00 2001 From: Yan Zhang Date: Mon, 9 Jan 2023 13:13:45 +0800 Subject: [PATCH] up version to 0.11.2 (#227) --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 111ca9b..36d5be1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to the "vscode-spring-initializr" extension will be documented in this file. +## 0.11.2 +### Fixed +- Incorrect Java version was picked up. [#224](https://github.com/microsoft/vscode-spring-initializr/issues/224) + ## 0.11.1 ### Fixed - Input boxes freeze when value is invalid, since VS Code v1.73.0. [#219](https://github.com/microsoft/vscode-spring-initializr/pull/219) diff --git a/package-lock.json b/package-lock.json index 0965dea..9f465b8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-spring-initializr", - "version": "0.11.1", + "version": "0.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "vscode-spring-initializr", - "version": "0.11.1", + "version": "0.11.2", "dependencies": { "extract-zip": "^1.7.0", "fs-extra": "^5.0.0", diff --git a/package.json b/package.json index 1124f14..80a5cb3 100644 --- a/package.json +++ b/package.json @@ -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.11.1", + "version": "0.11.2", "icon": "resources/logo.png", "publisher": "vscjava", "aiKey": "05fb8871-fbf0-488f-8453-a74cf0ca9b93",