Skip to content

Commit

Permalink
chore(release): 14.2.3 [skip ci]
Browse files Browse the repository at this point in the history
## [14.2.3](v14.2.2...v14.2.3) (2022-06-22)

### Bug Fixes

* apply correct order of operations in `useRerender` ([#850](#850)) ([5fc735a](5fc735a))
* change storybook builder to webpack5 ([#830](#830)) ([2df44c1](2df44c1))
  • Loading branch information
semantic-release-bot committed Jun 22, 2022
1 parent 217939a commit 6386122
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [14.2.3](https://github.com/react-hookz/web/compare/v14.2.2...v14.2.3) (2022-06-22)


### Bug Fixes

* apply correct order of operations in `useRerender` ([#850](https://github.com/react-hookz/web/issues/850)) ([5fc735a](https://github.com/react-hookz/web/commit/5fc735ad2b582394c913ffc2440495213d1dff2d))
* change storybook builder to webpack5 ([#830](https://github.com/react-hookz/web/issues/830)) ([2df44c1](https://github.com/react-hookz/web/commit/2df44c1fc206dd0f6108da0bd282db259ab73010))

## [14.2.2](https://github.com/react-hookz/web/compare/v14.2.1...v14.2.2) (2022-05-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-hookz/web",
"version": "14.2.2",
"version": "14.2.3",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit 6386122

Please sign in to comment.