diff --git a/CHANGELOG.md b/CHANGELOG.md index ce7c7f561..45f2ac799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.16.4 +## What's Changed +* fix - closeConnection will fail if pipe server hasn't been started by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1579 +* build - Update Gradle task to v3 by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1580 +* build - Compilation error in test code by @jdneo in https://github.com/microsoft/vscode-gradle/pull/1571 + ## 3.16.3 ## What's Changed * enhancement - Activate the extension when gradle files are in sub-folders of the workspace by @Jiaaming in https://github.com/microsoft/vscode-gradle/pull/1570 diff --git a/extension/package-lock.json b/extension/package-lock.json index 44d94b453..b5577e376 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-gradle", - "version": "3.16.3", + "version": "3.16.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-gradle", - "version": "3.16.3", + "version": "3.16.4", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "await-lock": "^2.2.2", diff --git a/extension/package.json b/extension/package.json index 828e37435..ef0cceb30 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.16.3", + "version": "3.16.4", "private": true, "publisher": "vscjava", "aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",