Skip to content

Commit 0aff80c

Browse files
committed
bump version
1 parent 75b105f commit 0aff80c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1+
## 9.0.3
2+
- Represent correct return type from useDebounce(), see [issue](https://github.com/xnimorz/use-debounce/pull/155), thanks to [@appden](https://github.com/appden)
3+
14
## 9.0.2
25
- Reverted 9.0.0. We will revisit these changes later
36

47
## 9.0.0
5-
- Moved use-debounce to support modules see [issue](https://github.com/xnimorz/use-debounce/issues/147) Thank to [@matewilk](https://github.com/matewilk)
8+
- Moved use-debounce to support modules see [issue](https://github.com/xnimorz/use-debounce/issues/147) Thanks to [@matewilk](https://github.com/matewilk)
69
- _breaking change_ The path to `dist/index.js` is changed. Now it's `dist/index.cjs`.
710

811
## 8.0.4

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": "9.0.2",
3+
"version": "9.0.3",
44
"description": "Debounce hook for react",
55
"source": "src/index.ts",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)