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 f2e26a0 commit b6a3320Copy full SHA for b6a3320
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.4.8](https://github.com/jquense/react-common-hooks/compare/v0.4.7...v0.4.8) (2023-01-25)
2
+
3
4
+### Bug Fixes
5
6
+* **useDebouncedCallback:** fix return type ([#85](https://github.com/jquense/react-common-hooks/issues/85)) ([f2e26a0](https://github.com/jquense/react-common-hooks/commit/f2e26a0cbf8753f3c5964452b05b50721e5b3ca3))
7
8
9
10
11
12
## [0.4.7](https://github.com/jquense/react-common-hooks/compare/v0.4.6...v0.4.7) (2022-04-27)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@restart/hooks",
- "version": "0.4.7",
+ "version": "0.4.8",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
0 commit comments