diff --git a/CHANGELOG.md b/CHANGELOG.md index fa8d592..138b847 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index 839b1db..c1a97b7 100644 --- a/package.json +++ b/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",