diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c09e12a..9bffbe8cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.87.18](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.17...v1.87.18) (2022-01-26) + + +### Bug Fixes + +* VULN-2123: Page refresh needed after permission change ([#1504](https://github.com/RedHatInsights/vulnerability-ui/issues/1504)) ([22d6bc3](https://github.com/RedHatInsights/vulnerability-ui/commit/22d6bc3ad4d8ed52fa50ff27c4454c78727f3012)) + ## [1.87.17](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.16...v1.87.17) (2022-01-25) diff --git a/package-lock.json b/package-lock.json index b1a171841..7e699b173 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.17", + "version": "1.87.18", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.17", + "version": "1.87.18", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index 71426ee40..ae25214b9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.87.17", + "version": "1.87.18", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {