diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a5cd1b8..6a3d870bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.93.4](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.3...v1.93.4) (2022-07-07) + + +### Bug Fixes + +* Fix exclude/include from Systems table row actions ([#1719](https://github.com/RedHatInsights/vulnerability-ui/issues/1719)) ([825dbcd](https://github.com/RedHatInsights/vulnerability-ui/commit/825dbcdfa405245d9b0f94e74c18cbba59176de1)) + ## [1.93.3](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.2...v1.93.3) (2022-07-07) diff --git a/package-lock.json b/package-lock.json index 999979276..0fd1f7ee1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.3", + "version": "1.93.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.3", + "version": "1.93.4", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.18.0", diff --git a/package.json b/package.json index ca81aa4c8..5b8b20d3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.93.3", + "version": "1.93.4", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {