Skip to content

Commit

Permalink
chore(release): 23.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [23.0.1](v23.0.0...v23.0.1) (2023-05-24)

### Bug Fixes

* **useThrottleCallback:** Cleared timeout on unmount ([#1173](#1173)) ([8681ad8](8681ad8))
  • Loading branch information
semantic-release-bot committed May 24, 2023
1 parent aeaf3e6 commit 82c6813
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 @@
## [23.0.1](https://github.com/react-hookz/web/compare/v23.0.0...v23.0.1) (2023-05-24)


### Bug Fixes

* **useThrottleCallback:** Cleared timeout on unmount ([#1173](https://github.com/react-hookz/web/issues/1173)) ([8681ad8](https://github.com/react-hookz/web/commit/8681ad84044a78ddf868a1dbe3382cc846faec14))

# [23.0.0](https://github.com/react-hookz/web/compare/v22.0.0...v23.0.0) (2023-03-23)


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

0 comments on commit 82c6813

Please sign in to comment.