From 78ce420d6e46097687cfb97a3774f1843d2eecd9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 10 Feb 2022 13:26:10 +0000 Subject: [PATCH] chore(release): 1.87.25 ## [1.87.25](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.24...v1.87.25) (2022-02-10) ### Bug Fixes * Check for inventory perms on all pages ([#1545](https://github.com/RedHatInsights/vulnerability-ui/issues/1545)) ([be95f56](https://github.com/RedHatInsights/vulnerability-ui/commit/be95f56b64eaf725d4be2cf607681dd46e059f3b)) --- 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 3d1b0fd5f..d5f282387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.87.25](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.24...v1.87.25) (2022-02-10) + + +### Bug Fixes + +* Check for inventory perms on all pages ([#1545](https://github.com/RedHatInsights/vulnerability-ui/issues/1545)) ([be95f56](https://github.com/RedHatInsights/vulnerability-ui/commit/be95f56b64eaf725d4be2cf607681dd46e059f3b)) + ## [1.87.24](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.87.23...v1.87.24) (2022-02-10) diff --git a/package-lock.json b/package-lock.json index da03498db..c961a16ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.24", + "version": "1.87.25", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.87.24", + "version": "1.87.25", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.7", diff --git a/package.json b/package.json index 752c907fa..4400cc07d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.87.24", + "version": "1.87.25", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {