diff --git a/CHANGELOG.md b/CHANGELOG.md index 380df6962..43207b07c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.86.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.4...v1.86.5) (2021-12-07) + + +### Bug Fixes + +* When all OS versions are selected show 'Any' instead of 'All' ([#1405](https://github.com/RedHatInsights/vulnerability-ui/issues/1405)) ([8b85895](https://github.com/RedHatInsights/vulnerability-ui/commit/8b8589526f34ee2ebfd20703845ae056958ff125)) + ## [1.86.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.3...v1.86.4) (2021-12-02) diff --git a/package-lock.json b/package-lock.json index 84896dd32..47443f88b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.4", + "version": "1.86.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.4", + "version": "1.86.5", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.3", diff --git a/package.json b/package.json index 885011d0f..a36fd9f69 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.86.4", + "version": "1.86.5", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {