From bf95df8aab8274cd9a62026601ae520926373a48 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 19 Nov 2021 13:55:53 +0000 Subject: [PATCH] chore(release): 1.85.1 ## [1.85.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.85.0...v1.85.1) (2021-11-19) ### Bug Fixes * Add custom title to no access page ([#1376](https://github.com/RedHatInsights/vulnerability-ui/issues/1376)) ([5ccd4ff](https://github.com/RedHatInsights/vulnerability-ui/commit/5ccd4fff3c7d91cf1088532f2395ee6f5be97683)) --- 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 4b5ec93c2..725792ed6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.85.1](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.85.0...v1.85.1) (2021-11-19) + + +### Bug Fixes + +* Add custom title to no access page ([#1376](https://github.com/RedHatInsights/vulnerability-ui/issues/1376)) ([5ccd4ff](https://github.com/RedHatInsights/vulnerability-ui/commit/5ccd4fff3c7d91cf1088532f2395ee6f5be97683)) + # [1.85.0](https://github.com/RedHatInsights/vulnerability-ui/compare/v1.84.1...v1.85.0) (2021-11-18) diff --git a/package-lock.json b/package-lock.json index 96315ea58..a276342df 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.85.0", + "version": "1.85.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", - "version": "1.85.0", + "version": "1.85.1", "dependencies": { "@babel/plugin-proposal-optional-chaining": "^7.14.5", "@babel/runtime": "^7.16.3", diff --git a/package.json b/package.json index 9a3c9492e..a50eccf79 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@redhat-cloud-services/frontend-components-inventory-vulnerabilities", "private": false, - "version": "1.85.0", + "version": "1.85.1", "browser": "dist/index.js", "module": "esm/index.js", "dependencies": {