From c0fd73d32802b8231b3692adefa13c12893eafcf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 6 Oct 2021 12:55:28 +0000 Subject: [PATCH] chore(release): 1.78.1 ## [1.78.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.0...v1.78.1) (2021-10-06) ### Bug Fixes * Fix sorting on systems exposed page with no security rule ([#1264](https://github.com/RedHatInsights/vulnerability-ui/issues/1264)) ([f7b00ee](https://github.com/RedHatInsights/vulnerability-ui/commit/f7b00eeeacd56b858ab529a9444c7688b8a3e9f9)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e44c42be7..cc5e44bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.78.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.78.0...v1.78.1) (2021-10-06) + + +### Bug Fixes + +* Fix sorting on systems exposed page with no security rule ([#1264](https://github.com/RedHatInsights/vulnerability-ui/issues/1264)) ([f7b00ee](https://github.com/RedHatInsights/vulnerability-ui/commit/f7b00eeeacd56b858ab529a9444c7688b8a3e9f9)) + # [1.78.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.77.16...v1.78.0) (2021-10-05) diff --git a/package-lock.json b/package-lock.json index c397ce68c..1a9c53aa1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.78.0", + "version": "1.78.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.78.0", + "version": "1.78.1", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.15.4", diff --git a/package.json b/package.json index de6fd9679..51a0f704b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.78.0", + "version": "1.78.1", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": { @@ -214,4 +214,4 @@ "publishConfig": { "access": "public" } -} \ No newline at end of file +}