diff --git a/CHANGELOG.md b/CHANGELOG.md index d690849..9978925 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 9.0.0 +- Moved use-debounce to support modules see [issue](https://github.com/xnimorz/use-debounce/issues/147) Thank to [@matewilk](https://github.com/matewilk) +- _breaking change_ The path to `dist/index.js` is changed. Now it's `dist/index.cjs`. + ## 8.0.4 - Changes types for `useDebouncedCallback` args: https://github.com/xnimorz/use-debounce/pull/140 Thanks to [@sarunast](https://github.com/sarunast) diff --git a/package.json b/package.json index 079dbf6..baadaf4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "use-debounce", - "version": "8.0.4", + "version": "9.0.0", "description": "Debounce hook for react", "type": "module", "source": "src/index.ts",