Skip to content

Commit

Permalink
chore(release): 24.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Feb 4, 2024
1 parent 12658ee commit daa2a91
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 @@
## [24.0.4](https://github.com/react-hookz/web/compare/v24.0.3...v24.0.4) (2024-02-04)


### Bug Fixes

* **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)

## [24.0.3](https://github.com/react-hookz/web/compare/v24.0.2...v24.0.3) (2024-02-03)


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

0 comments on commit daa2a91

Please sign in to comment.