Skip to content

Commit e84bac1

Browse files
committed
bump new version
1 parent 126b911 commit e84bac1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 10.0.1
2+
3+
- Fixed flush method return args, thanks to [@h](https://github.com/h)
4+
15
## 10.0.0
26

37
- _Major breaking change_: replaced `index.modern.js` with `index.mjs`. Might require a little change in your build pipeline

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "use-debounce",
3-
"version": "10.0.0",
3+
"version": "10.0.1",
44
"description": "Debounce hook for react",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)