diff --git a/CHANGELOG.md b/CHANGELOG.md index ec0929dda..1d3eef9dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.91.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.5...v1.91.0) (2022-04-11) + + +### Features + +* Dashbar add fetch data ([#1617](https://github.com/RedHatInsights/vulnerability-ui/issues/1617)) ([f49dfd9](https://github.com/RedHatInsights/vulnerability-ui/commit/f49dfd9b1940e8d2a36afd3fc6e547183436c4c9)) + ## [1.90.5](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.90.4...v1.90.5) (2022-03-31) diff --git a/package-lock.json b/package-lock.json index a0b26d94e..b275e25c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.5", + "version": "1.91.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.90.5", + "version": "1.91.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.17.7", diff --git a/package.json b/package.json index 7d2518968..46d7d0560 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.90.5", + "version": "1.91.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {