diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c7f8e0bd..0a61cb8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.86.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.86.0...v1.86.1) (2021-11-22) + + +### Bug Fixes + +* Fix 2 API calls being made to fetch CVEs/systems ([#1384](https://github.com/RedHatInsights/vulnerability-ui/issues/1384)) ([d6cc3a1](https://github.com/RedHatInsights/vulnerability-ui/commit/d6cc3a18a6a064afaef62318041c69ba06572076)) + # [1.86.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.85.1...v1.86.0) (2021-11-22) diff --git a/package-lock.json b/package-lock.json index ab6475fd3..1c3cd075f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.0", + "version": "1.86.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.86.0", + "version": "1.86.1", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.3", diff --git a/package.json b/package.json index 89885fe26..d7b5e3338 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.86.0", + "version": "1.86.1", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {