diff --git a/CHANGELOG.md b/CHANGELOG.md index 73e01aa7c..f5d170da1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [1.94.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.8...v1.94.0) (2022-09-12) + + +### Bug Fixes + +* **Messages:** lower-case OS filter placeholder ([5a7611a](https://github.com/RedHatInsights/vulnerability-ui/commit/5a7611a6b18c4b6a8024845004136c3dc89e4b00)) + + +### Features + +* **Exposed systems:** show relevant OS versions ([c94c633](https://github.com/RedHatInsights/vulnerability-ui/commit/c94c6335e8465e15528ed7716bfe333ea3263e35)) +* **Systems list:** show only relevant OS versions ([0231a1c](https://github.com/RedHatInsights/vulnerability-ui/commit/0231a1ccfade56ca8d9da01a6119fe069c1836fd)) + ## [1.93.8](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.93.7...v1.93.8) (2022-09-06) diff --git a/package-lock.json b/package-lock.json index b3f475455..30d7ea647 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.8", + "version": "1.94.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.93.8", + "version": "1.94.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.18.9", "@babel/runtime": "^7.18.9", diff --git a/package.json b/package.json index abda68b54..18a27d507 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.93.8", + "version": "1.94.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {