We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437c417 commit 2464d25Copy full SHA for 2464d25
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.4.11](https://github.com/jquense/react-common-hooks/compare/v0.4.10...v0.4.11) (2023-07-17)
2
+
3
4
+### Bug Fixes
5
6
+* **useIsInitialRenderRef:** clarify usage and fix ordering ([437c417](https://github.com/jquense/react-common-hooks/commit/437c417806e501c17e89b7252168e790077bb322))
7
8
9
10
11
12
## [0.4.10](https://github.com/jquense/react-common-hooks/compare/v0.4.9...v0.4.10) (2023-07-13)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@restart/hooks",
- "version": "0.4.10",
+ "version": "0.4.11",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
0 commit comments