From 20f7e5da47c6967f3a1cb9236ca71feba4e57bf5 Mon Sep 17 00:00:00 2001 From: Shi Chen Date: Mon, 25 Jul 2022 16:01:33 +0800 Subject: [PATCH] chore: Prepare for 3.12.3 (#1256) --- CHANGELOG.md | 9 +++++++++ extension/package-lock.json | 2 +- extension/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e70dbb52d..ca23135c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ All notable changes to the "vscode-gradle" extension will be documented in this The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [3.12.3](https://github.com/microsoft/vscode-gradle/compare/3.12.2...3.12.3) (2022-07-27) + +### Added +- Show Gradle commands in Project Manager's submenu. [PR#1252](https://github.com/microsoft/vscode-gradle/pull/1252) +- Show shortcut for reload all Java projects in Gradle Project view. [PR#1259](https://github.com/microsoft/vscode-gradle/pull/1259) + +### Changed +- Move the previous refresh button to overflow group. [PR#1259](https://github.com/microsoft/vscode-gradle/pull/1259) + ## [3.12.2](https://github.com/microsoft/vscode-gradle/compare/3.12.1...3.12.2) (2022-06-30) ### Fixed diff --git a/extension/package-lock.json b/extension/package-lock.json index ef2f73e76..7a5c5007f 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "vscode-gradle", - "version": "3.12.2", + "version": "3.12.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/extension/package.json b/extension/package.json index a7cbd5eeb..9115882a3 100644 --- a/extension/package.json +++ b/extension/package.json @@ -2,7 +2,7 @@ "name": "vscode-gradle", "displayName": "Gradle for Java", "description": "Manage Gradle Projects, run Gradle tasks and provide better Gradle file authoring experience in VS Code", - "version": "3.12.2", + "version": "3.12.3", "private": true, "publisher": "vscjava", "aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",