diff --git a/CHANGELOG.md b/CHANGELOG.md index 871316a3..a7b35638 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## [1.0.11](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.10...v1.0.11) (2022-03-14) + ## [1.0.10](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.9...v1.0.10) (2022-03-11) diff --git a/package-lock.json b/package-lock.json index 55b6025c..ba8ccd02 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.10", + "version": "1.0.11", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.0.10", + "version": "1.0.11", "dependencies": { "@patternfly/react-core": "^4.198.5", "@patternfly/react-table": "^4.51.0", diff --git a/package.json b/package.json index 80d52687..a46df224 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.10", + "version": "1.0.11", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",