Skip to content

Commit 86b8d21

Browse files
committed
Publish v0.3.22
1 parent 75cd372 commit 86b8d21

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## [0.3.22](https://github.com/jquense/react-common-hooks/compare/v0.3.21...v0.3.22) (2020-03-18)
2+
3+
4+
### Features
5+
6+
* **useImmediateUpdateEffect:** allow teardown from last effect like builtin effect hooks ([b85ad85](https://github.com/jquense/react-common-hooks/commit/b85ad852a0a9efed32183be8ce0b93386c46fe95))
7+
* add useCustomEffect ([76b18d0](https://github.com/jquense/react-common-hooks/commit/76b18d048d70beba574c70f54684fdf0b41eb4fc))
8+
* add useMutationObserver ([c9df89c](https://github.com/jquense/react-common-hooks/commit/c9df89cc5a1e1b83eb249e291b79a6bf3b32203b))
9+
10+
11+
12+
13+
114
## [0.3.21](https://github.com/jquense/react-common-hooks/compare/v0.3.20...v0.3.21) (2020-02-25)
215

316

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.21",
3+
"version": "0.3.22",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
@@ -78,5 +78,7 @@
7878
"dependencies": {
7979
"lodash": "^4.17.15",
8080
"lodash-es": "^4.17.15"
81-
}
81+
},
82+
"readme": "ERROR: No README data found!",
83+
"_id": "@restart/[email protected]"
8284
}

0 commit comments

Comments
 (0)