Skip to content

Commit 7f5b40f

Browse files
chore(release): 15.1.0 [skip ci]
# [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))
1 parent 5b38e8d commit 7f5b40f

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [15.1.0](https://github.com/react-hookz/web/compare/v15.0.1...v15.1.0) (2022-08-14)
2+
3+
4+
### Features
5+
6+
* `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))
7+
* implement useTimeoutEffect ([#886](https://github.com/react-hookz/web/issues/886)) ([a3f6f07](https://github.com/react-hookz/web/commit/a3f6f07d4f3a0ca91810a9c88e31891bdb46fe00))
8+
19
## [15.0.1](https://github.com/react-hookz/web/compare/v15.0.0...v15.0.1) (2022-07-04)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-hookz/web",
3-
"version": "15.0.1",
3+
"version": "15.1.0",
44
"description": "React hooks done right, for browser and SSR.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)