diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f18a91..654a4617 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.3.10](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.3.9...v1.3.10) (2022-05-09) + + +### Bug Fixes + +* **ClusterRules:** Open rows memorization ([#251](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/251)) ([83f754e](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/83f754e354cb9774e406f5e35a9e59d558e4dd07)) + ## [1.3.9](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.3.8...v1.3.9) (2022-04-27) ## [1.3.8](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.3.7...v1.3.8) (2022-04-20) diff --git a/package-lock.json b/package-lock.json index 30e1bb27..312dd8af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ocp-advisor-frontend", - "version": "1.3.9", + "version": "1.3.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ocp-advisor-frontend", - "version": "1.3.9", + "version": "1.3.10", "dependencies": { "@patternfly/react-core": "^4.198.19", "@patternfly/react-table": "^4.71.16", diff --git a/package.json b/package.json index d5808d8e..6564a172 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ocp-advisor-frontend", - "version": "1.3.9", + "version": "1.3.10", "private": false, "scripts": { "build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",