Skip to content

Commit 2464d25

Browse files
committed
Publish v0.4.11
1 parent 437c417 commit 2464d25

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -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+
112
## [0.4.10](https://github.com/jquense/react-common-hooks/compare/v0.4.9...v0.4.10) (2023-07-13)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.4.10",
3+
"version": "0.4.11",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",

0 commit comments

Comments
 (0)