We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126b911 commit e84bac1Copy full SHA for e84bac1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 10.0.1
2
+
3
+- Fixed flush method return args, thanks to [@h](https://github.com/h)
4
5
## 10.0.0
6
7
- _Major breaking change_: replaced `index.modern.js` with `index.mjs`. Might require a little change in your build pipeline
package.json
@@ -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",
0 commit comments