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 f57a05d commit ef073bbCopy full SHA for ef073bb
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+## [0.4.5](https://github.com/jquense/react-common-hooks/compare/v0.4.4...v0.4.5) (2021-12-10)
2
+
3
4
+### Features
5
6
+* add useUpdateLayoutEffect ([1914f7e](https://github.com/jquense/react-common-hooks/commit/1914f7e55449505e88e8e93a06ad71bd58b7e9a4))
7
8
9
10
11
12
## [0.4.4](https://github.com/jquense/react-common-hooks/compare/v0.4.3...v0.4.4) (2021-12-07)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "@restart/hooks",
- "version": "0.4.4",
+ "version": "0.4.5",
"main": "lib/cjs/index.js",
"types": "lib/cjs/index.d.ts",
"module": "lib/esm/index.js",
0 commit comments