Skip to content

Commit daa2a91

Browse files
chore(release): 24.0.4 [skip ci]
## [24.0.4](v24.0.3...v24.0.4) (2024-02-04) ### Bug Fixes * **useDebouncedCallback:** make invoked function to be updated with deps ([#1510](#1510)) ([12658ee](12658ee)), closes [#1357](#1357)
1 parent 12658ee commit daa2a91

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [24.0.4](https://github.com/react-hookz/web/compare/v24.0.3...v24.0.4) (2024-02-04)
2+
3+
4+
### Bug Fixes
5+
6+
* **useDebouncedCallback:** make invoked function to be updated with deps ([#1510](https://github.com/react-hookz/web/issues/1510)) ([12658ee](https://github.com/react-hookz/web/commit/12658ee8176fca60b212af6a1f935f9975239ed1)), closes [#1357](https://github.com/react-hookz/web/issues/1357)
7+
18
## [24.0.3](https://github.com/react-hookz/web/compare/v24.0.2...v24.0.3) (2024-02-03)
29

310

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": "24.0.3",
3+
"version": "24.0.4",
44
"description": "React hooks done right, for browser and SSR.",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)