diff --git a/CHANGELOG.md b/CHANGELOG.md index b6c492fde..1cd95efea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 0.9.3 (?) +## 0.9.3 (Mar 6th 2024) - enhancement - Red Hat Dependency Analytics reporting has integrated the ONGuard service by using [Open Source Vulnerability (OSV)](https://google.github.io/osv.dev/) and the [National Vulnerability Database (NVD)](https://nvd.nist.gov/) data sources for additional vulnerability information. - enhancement - Integrated VS Code's [Secret Storage](https://code.visualstudio.com/api/references/vscode-api#SecretStorage) feature for securing the Snyk token. See [PR689](https://github.com/fabric8-analytics/fabric8-analytics-vscode-extension/pull/689) for details. - fixes - Fixed an issue with displaying wrong data when the event handler for Component Analysis was triggered on a unsaved manifest file. Component Analysis is no longer triggered on unsaved manifest files. See [PR#239](https://github.com/fabric8-analytics/fabric8-analytics-lsp-server/pull/239) for details. diff --git a/package-lock.json b/package-lock.json index 45c6b9e6e..a10aefb08 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabric8-analytics", - "version": "0.9.2", + "version": "0.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fabric8-analytics", - "version": "0.9.2", + "version": "0.9.3", "license": "Apache-2.0", "dependencies": { "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.4-ea.2", diff --git a/package.json b/package.json index e239d50f3..3685dadc0 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.2", + "version": "0.9.3", "author": "Red Hat", "publisher": "redhat", "preview": true,