From fd3511a7801ebd9cecbcccdb3c9746d4f5ace981 Mon Sep 17 00:00:00 2001 From: Arunprasad Rajkumar Date: Thu, 21 Jan 2021 15:32:59 +0530 Subject: [PATCH] chore(release): Update Changelog and extension version for 0.3.1 (#484) --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1105ea963..52437c7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 0.3.1 (January 21st, 2021) + +- fixes - status bar icon tries to open a report for the currently opened file. See [#478](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/478) [#479](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/479) +- fixes - LSP failure on vscode-insider and Che(node >= 12.16.0). See [#481](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/issues/481) [#483](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/483) + ## 0.3.0 (January 4th, 2021) - enhancement - Support for Golang ecosystem. Plugin can now scan and identify vulnerability within module and package for golang software stacks. See [#436](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/436) - Identify direct and transitive vulnerability for modules and packages diff --git a/package-lock.json b/package-lock.json index 1080c2757..80ea42d0d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "fabric8-analytics", - "version": "0.3.0", + "version": "0.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 3a188b808..eb70fbebb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric8-analytics", "displayName": "Dependency Analytics", "description": "Insights about your application dependencies: Security, License compatibility and AI based guidance to choose appropriate dependencies for your application.", - "version": "0.3.0", + "version": "0.3.1", "author": "Red Hat", "publisher": "redhat", "preview": true,