diff --git a/CHANGELOG.md b/CHANGELOG.md index 8483b5ff6..b4b1f3ea0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ 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.13.4 +### Fixed +- Store the scan result of the project importer. [PR#1445](https://github.com/microsoft/vscode-gradle/pull/1445) +- Plugin with id not found. [GBS#98](https://github.com/microsoft/build-server-for-gradle/pull/98) +- No builders are available to build a model of type. [GBS#99](https://github.com/microsoft/build-server-for-gradle/pull/99) +- No such method error: CompileOptions.getAnnotationProcessorGeneratedSourcesDirectory(). [GBS#100](https://github.com/microsoft/build-server-for-gradle/pull/100) + ## 3.13.3 ### Fixed - Ignore the generated optional sources during problem checker. [PR#1443](https://github.com/microsoft/vscode-gradle/pull/1443) diff --git a/extension/package-lock.json b/extension/package-lock.json index 94309b62f..b0b1bd036 100644 --- a/extension/package-lock.json +++ b/extension/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-gradle", - "version": "3.13.3", + "version": "3.13.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-gradle", - "version": "3.13.3", + "version": "3.13.4", "license": "SEE LICENSE IN LICENSE.md", "dependencies": { "await-lock": "^2.2.2", diff --git a/extension/package.json b/extension/package.json index e75572c3c..5f8303d8c 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.13.3", + "version": "3.13.4", "private": true, "publisher": "vscjava", "aiKey": "b4aae7d0-c65b-4819-92bf-1d2f537ae7ce",