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 9a01792 commit f249c92Copy full SHA for f249c92
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.4.16](https://github.com/jquense/react-common-hooks/compare/v0.4.15...v0.4.16) (2024-02-10)
2
+
3
4
+### Bug Fixes
5
6
+* **useDebouncedCallback:** fix behavior in strict mode ([#98](https://github.com/jquense/react-common-hooks/issues/98)) ([9a01792](https://github.com/jquense/react-common-hooks/commit/9a01792e025d35bc6af92582af5f8dd928227f2d))
7
8
9
10
11
12
## [0.4.15](https://github.com/jquense/react-common-hooks/compare/v0.4.14...v0.4.15) (2023-12-07)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@restart/hooks",
- "version": "0.4.15",
+ "version": "0.4.16",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
0 commit comments