From 1ce947ba0a921431034142ef39475fbfe6a6c0c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 16 Feb 2022 13:44:10 +0000 Subject: [PATCH] chore(release): 1.88.0 # [1.88.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.29...v1.88.0) (2022-02-16) ### Features * implement dashbar in the ui ([#1544](https://github.com/RedHatInsights/vulnerability-ui/issues/1544)) ([6a92ec1](https://github.com/RedHatInsights/vulnerability-ui/commit/6a92ec1e2abfd9dcbfc2aa20c6b22fcd17412df3)) --- 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 64b02e359..4166d9156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.88.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.29...v1.88.0) (2022-02-16) + + +### Features + +* implement dashbar in the ui ([#1544](https://github.com/RedHatInsights/vulnerability-ui/issues/1544)) ([6a92ec1](https://github.com/RedHatInsights/vulnerability-ui/commit/6a92ec1e2abfd9dcbfc2aa20c6b22fcd17412df3)) + ## [1.87.29](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.28...v1.87.29) (2022-02-15) diff --git a/package-lock.json b/package-lock.json index cb27a57ba..a50245338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.29", + "version": "1.88.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.29", + "version": "1.88.0", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.17.2", diff --git a/package.json b/package.json index 39dc8d17d..0f140501b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.87.29", + "version": "1.88.0", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {