Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xnimorz committed Nov 28, 2022
1 parent 7304a6c commit 9bf5fe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

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": "use-debounce",
"version": "8.0.4",
"version": "9.0.0",
"description": "Debounce hook for react",
"type": "module",
"source": "src/index.ts",
Expand Down

0 comments on commit 9bf5fe6

Please sign in to comment.