diff --git a/CHANGELOG.md b/CHANGELOG.md index e846e3fde..bc775e8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.87.27](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.26...v1.87.27) (2022-02-14) + + +### Bug Fixes + +* Handle 404 state on CVE details page ([#1549](https://github.com/RedHatInsights/vulnerability-ui/issues/1549)) ([344af12](https://github.com/RedHatInsights/vulnerability-ui/commit/344af121826d88cb4518aabf767d13934606cf0b)) +* Reports page is inaccessible without Inventory permission ([#1553](https://github.com/RedHatInsights/vulnerability-ui/issues/1553)) ([7f8db51](https://github.com/RedHatInsights/vulnerability-ui/commit/7f8db51684e4a76ca5ca5685f620f73acb024e9a)) + ## [1.87.26](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.25...v1.87.26) (2022-02-14) diff --git a/package-lock.json b/package-lock.json index e6d0f1c16..4319438c1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.26", + "version": "1.87.27", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.26", + "version": "1.87.27", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index 78668ab01..111758d59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.87.26", + "version": "1.87.27", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {