From 82c68136ffd71c6321f51bc0d7f2f2be83d8b410 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 24 May 2023 13:33:48 +0000 Subject: [PATCH] chore(release): 23.0.1 [skip ci] ## [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cb2d814..f888655a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index a84f8866..3ced0f99 100644 --- a/package.json +++ b/package.json @@ -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",