diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b0da2cd7..210955ba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 0.9.2 (Feb 4th 2024) +## 0.9.2 (Feb 5th 2024) - informational - The `redHatDependencyAnalyticsReportFilePath` setting name has changed to `reportFilePath`. If you had a custom file path set for `redHatDependencyAnalyticsReportFilePath`, then you need to add your custom file path to the `reportFilePath` setting. - enhancement - Added a vulnerability severity alert level setting for the user to receive inline notifications for just errors or warnings. See [PR#674](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/674) for details. - fixes - Fixed an issue with the `codeActionsMap` call. When multiple manifest documents are open that have the same dependency, one of the document entries gets deleted. This gave a wrong result in the analysis. See [PR#236](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/236) for details. diff --git a/package-lock.json b/package-lock.json index 35c40c0b4..e570fb875 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabric8-analytics", - "version": "0.9.1", + "version": "0.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fabric8-analytics", - "version": "0.9.1", + "version": "0.9.2", "license": "Apache-2.0", "dependencies": { "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.1-ea.0", diff --git a/package.json b/package.json index 35a9f83b2..afe2b8fea 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric8-analytics", "displayName": "Red Hat Dependency Analytics", "description": "Provides insights on security vulnerabilities in your application dependencies.", - "version": "0.9.1", + "version": "0.9.2", "author": "Red Hat", "publisher": "redhat", "preview": true,