diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a2231802..0b1e057cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.104.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.104.0...v1.104.1) (2023-09-07) + + +### Bug Fixes + +* **ESSNTL-3948:** Wrap the group column value in span ([#1968](https://github.com/RedHatInsights/vulnerability-ui/issues/1968)) ([5ffb026](https://github.com/RedHatInsights/vulnerability-ui/commit/5ffb026c4d422da61994b4aa85f2ae87b4e4a940)) + # [1.104.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.103.0...v1.104.0) (2023-09-07) diff --git a/package-lock.json b/package-lock.json index 4ab63164c..638bd9ad0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.104.0", + "version": "1.104.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.104.0", + "version": "1.104.1", "dependencies": { "@babel/runtime": "^7.22.10", "@patternfly/patternfly": "^4.224.2", diff --git a/package.json b/package.json index fc5c4b54d..d733a8248 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.104.0", + "version": "1.104.1", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {