Skip to content

Commit

Permalink
chore(release): 15.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [15.1.0](v15.0.1...v15.1.0) (2022-08-14)

### Features

* `useCustomCompareMemo` - like useMemo but uses custom deps comparator ([#895](#895)) ([5b38e8d](5b38e8d))
* implement useTimeoutEffect ([#886](#886)) ([a3f6f07](a3f6f07))
  • Loading branch information
semantic-release-bot committed Aug 14, 2022
1 parent 5b38e8d commit 7f5b40f
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 @@
# [15.1.0](https://github.com/react-hookz/web/compare/v15.0.1...v15.1.0) (2022-08-14)


### Features

* `useCustomCompareMemo` - like useMemo but uses custom deps comparator ([#895](https://github.com/react-hookz/web/issues/895)) ([5b38e8d](https://github.com/react-hookz/web/commit/5b38e8d182c1642a12dbf44050c44bb56f1a4884))
* implement useTimeoutEffect ([#886](https://github.com/react-hookz/web/issues/886)) ([a3f6f07](https://github.com/react-hookz/web/commit/a3f6f07d4f3a0ca91810a9c88e31891bdb46fe00))

## [15.0.1](https://github.com/react-hookz/web/compare/v15.0.0...v15.0.1) (2022-07-04)


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": "15.0.1",
"version": "15.1.0",
"description": "React hooks done right, for browser and SSR.",
"keywords": [
"react",
Expand Down

0 comments on commit 7f5b40f

Please sign in to comment.