From 3949b6cad8de06e5fbc0fab51a0866416f2bbd74 Mon Sep 17 00:00:00 2001 From: Nik Mostovoy Date: Thu, 6 Apr 2023 00:26:51 +0100 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f4dac19..90cedc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.0.4 +- Tweak exports, see [PR](https://github.com/xnimorz/use-debounce/pull/160), thanks to [@Andarist](https://github.com/Andarist) +- Changed types, see [PR](https://github.com/xnimorz/use-debounce/pull/158), thanks to [@wangcch](https://github.com/wangcch) + ## 9.0.3 - Represent correct return type from useDebounce(), see [issue](https://github.com/xnimorz/use-debounce/pull/155), thanks to [@appden](https://github.com/appden) diff --git a/package.json b/package.json index 044128d..6a66564 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-debounce", - "version": "9.0.3", + "version": "9.0.4", "description": "Debounce hook for react", "source": "src/index.ts", "main": "dist/index.js",