From 1a279454c6f6e2ab241e78126fd4b814a7fececd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 28 Sep 2022 22:08:26 +0000 Subject: [PATCH] chore(release): 1.96.0 # [1.96.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.95.0...v1.96.0) (2022-09-28) ### Features * **Exposed systems:** Display 'Not vulnerable' label on affected but not vulnerable systems ([#1773](https://github.com/RedHatInsights/vulnerability-ui/issues/1773)) ([85506e5](https://github.com/RedHatInsights/vulnerability-ui/commit/85506e545fbe1f04e071e2df0e2e87bc472e3e9f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b047bc27d..34bc0dd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.96.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.95.0...v1.96.0) (2022-09-28) + + +### Features + +* **Exposed systems:** Display 'Not vulnerable' label on affected but not vulnerable systems ([#1773](https://github.com/RedHatInsights/vulnerability-ui/issues/1773)) ([85506e5](https://github.com/RedHatInsights/vulnerability-ui/commit/85506e545fbe1f04e071e2df0e2e87bc472e3e9f)) + # [1.95.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.94.0...v1.95.0) (2022-09-15) diff --git a/package-lock.json b/package-lock.json index ceb65143f..c1ada0ee6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.95.0", + "version": "1.96.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.95.0", + "version": "1.96.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/runtime": "^7.18.9", diff --git a/package.json b/package.json index b53c14df8..ddaeac191 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.95.0", + "version": "1.96.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {