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 9aa18fb commit 242ab0bCopy full SHA for 242ab0b
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.4.15](https://github.com/jquense/react-common-hooks/compare/v0.4.14...v0.4.15) (2023-12-07)
2
+
3
4
+### Bug Fixes
5
6
+* **useDebouncedState:** Add factory function overload to type, clarify setter purity ([9aa18fb](https://github.com/jquense/react-common-hooks/commit/9aa18fb48d06ab2bd4d64b1b862a80d5d4d5cdd5))
7
8
9
10
11
12
## [0.4.14](https://github.com/jquense/react-common-hooks/compare/v0.4.13...v0.4.14) (2023-12-07)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@restart/hooks",
- "version": "0.4.14",
+ "version": "0.4.15",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
0 commit comments