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",