Skip to content

Commit

Permalink
chore(release): 14.2.1 [skip ci]
Browse files Browse the repository at this point in the history
## [14.2.1](v14.2.0...v14.2.1) (2022-05-12)

### Bug Fixes

* `useUnmountEffect` now invokes changing effect functions ([#758](#758)) ([380637a](380637a)), closes [#756](#756)
  • Loading branch information
semantic-release-bot committed May 12, 2022
1 parent 380637a commit f70bb5e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [14.2.1](https://github.com/react-hookz/web/compare/v14.2.0...v14.2.1) (2022-05-12)


### Bug Fixes

* `useUnmountEffect` now invokes changing effect functions ([#758](https://github.com/react-hookz/web/issues/758)) ([380637a](https://github.com/react-hookz/web/commit/380637a1bd1e91d1f22ad5fb9ef7557598700cb3)), closes [#756](https://github.com/react-hookz/web/issues/756)

# [14.2.0](https://github.com/react-hookz/web/compare/v14.1.0...v14.2.0) (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.0",
"version": "14.2.1",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit f70bb5e

Please sign in to comment.