diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ff7483..c81bb3ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.0.15](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.14...v1.0.15) (2022-03-21) + + +### Bug Fixes + +* **AffectedClustersTable:** rename reset filters button ([#186](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/186)) ([c5111cc](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/c5111ccd68e56b4f2297384f77e57e81af374772)) + ## [1.0.14](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.0.13...v1.0.14) (2022-03-21) diff --git a/package-lock.json b/package-lock.json index 40ad8c7c..bd956637 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.14", + "version": "1.0.15", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.0.14", + "version": "1.0.15", "dependencies": { "@patternfly/react-core": "^4.198.5", "@patternfly/react-table": "^4.51.0", diff --git a/package.json b/package.json index e23ae742..288c975d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.0.14", + "version": "1.0.15", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",