diff --git a/CHANGELOG.md b/CHANGELOG.md index c9ac94f8a..dc46edd60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.93.7](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.6...v1.93.7) (2022-08-04) + + +### Bug Fixes + +* Fix crash on export kebab open ([#1738](https://github.com/RedHatInsights/vulnerability-ui/issues/1738)) ([444a1cf](https://github.com/RedHatInsights/vulnerability-ui/commit/444a1cf1c61fb47a5ec329db51f59ee2a211d2dc)) + ## [1.93.6](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.5...v1.93.6) (2022-07-20) diff --git a/package-lock.json b/package-lock.json index 3c465a410..354e904d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.6", + "version": "1.93.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.6", + "version": "1.93.7", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.18.0", diff --git a/package.json b/package.json index d2368e7b6..b3b76842d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.93.6", + "version": "1.93.7", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {