Skip to content

Commit

Permalink
chore(release): 1.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.6.3](v1.6.2...v1.6.3) (2022-08-15)

### Bug Fixes

* **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](#389)) ([eec645b](eec645b))
  • Loading branch information
semantic-release-bot authored and gkarat committed Aug 17, 2022
1 parent 3445182 commit 7aae34b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.6.3](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.6.2...v1.6.3) (2022-08-15)


### Bug Fixes

* **Tables:** reduce re-renders; fix the incorrect data-ouia-safe attribute ([#389](https://github.com/RedHatInsights/ocp-advisor-frontend/issues/389)) ([eec645b](https://github.com/RedHatInsights/ocp-advisor-frontend/commit/eec645b7e72a02b4a84015441d5c67237262e4c1))

## [1.6.2](https://github.com/RedHatInsights/ocp-advisor-frontend/compare/v1.6.1...v1.6.2) (2022-08-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ocp-advisor-frontend",
"version": "1.6.2",
"version": "1.6.3",
"private": false,
"scripts": {
"build": "NODE_ENV=production webpack --config config/prod.webpack.config.js",
Expand Down

0 comments on commit 7aae34b

Please sign in to comment.