From e08f6b19eb51b6c6da863a80d8e0e1cf98d68eef Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 9 Mar 2023 08:58:37 +0000 Subject: [PATCH] chore(release): 1.11.1 [skip ci] ## [1.11.1](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.11.0...v1.11.1) (2023-03-09) ### Bug Fixes * **OCPADVISOR-59:** Fix not loading pages ([#528](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/528)) ([970267c](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/970267c0e1746afe7d5d3b31006633ddceca78c1)) --- 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 df1b8e4b..cdd4b0c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.11.1](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.11.0...v1.11.1) (2023-03-09) + + +### Bug Fixes + +* **OCPADVISOR-59:** Fix not loading pages ([#528](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/528)) ([970267c](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/970267c0e1746afe7d5d3b31006633ddceca78c1)) + # [1.11.0](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.10.0...v1.11.0) (2023-01-19) diff --git a/package-lock.json b/package-lock.json index cd2ec341..5d1131f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.11.0", + "version": "1.11.1", "dependencies": { "@patternfly/react-core": "^4.276.6", "@patternfly/react-table": "^4.112.39", diff --git a/package.json b/package.json index df16f378..122794e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.11.0", + "version": "1.11.1", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",