diff --git a/CHANGELOG.md b/CHANGELOG.md index b95d5bee1..a3aab779e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.87.21](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.20...v1.87.21) (2022-02-04) + + +### Bug Fixes + +* Reset loading state after report export fail ([#1522](https://github.com/RedHatInsights/vulnerability-ui/issues/1522)) ([403e24d](https://github.com/RedHatInsights/vulnerability-ui/commit/403e24dcb5ffee286cae5f1c4d98af4f66807857)) + ## [1.87.20](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.19...v1.87.20) (2022-02-03) diff --git a/package-lock.json b/package-lock.json index e5c199664..5de62845d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.20", + "version": "1.87.21", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.20", + "version": "1.87.21", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index 3300a2781..b73b2d2c4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.87.20", + "version": "1.87.21", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {