From 2d3a35f603e86d8b0170e54e1a69b789004cec36 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 2 Mar 2022 11:30:34 +0000 Subject: [PATCH] chore(release): 1.90.0 # [1.90.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.89.0...v1.90.0) (2022-03-02) ### Features * Show modal when remediating manual items ([#1580](https://github.com/RedHatInsights/vulnerability-ui/issues/1580)) ([09f06ae](https://github.com/RedHatInsights/vulnerability-ui/commit/09f06ae487d333e6756d41de989fc7ca6410de79)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42ac37aed..59f05c636 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.90.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.89.0...v1.90.0) (2022-03-02) + + +### Features + +* Show modal when remediating manual items ([#1580](https://github.com/RedHatInsights/vulnerability-ui/issues/1580)) ([09f06ae](https://github.com/RedHatInsights/vulnerability-ui/commit/09f06ae487d333e6756d41de989fc7ca6410de79)) + # [1.89.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.88.0...v1.89.0) (2022-02-28) diff --git a/package-lock.json b/package-lock.json index 88f60dc0c..d01324548 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.89.0", + "version": "1.90.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.89.0", + "version": "1.90.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.17.2", diff --git a/package.json b/package.json index c1b602c06..d257fda31 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.89.0", + "version": "1.90.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {