Skip to content

Commit

Permalink
bump new version
Browse files Browse the repository at this point in the history
  • Loading branch information
xnimorz committed May 26, 2024
1 parent 126b911 commit e84bac1
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 @@
## 10.0.1

- Fixed flush method return args, thanks to [@h](https://github.com/h)

## 10.0.0

- _Major breaking change_: replaced `index.modern.js` with `index.mjs`. Might require a little change in your build pipeline
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": "10.0.0",
"version": "10.0.1",
"description": "Debounce hook for react",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit e84bac1

Please sign in to comment.