Skip to content

Commit ed37bf3

Browse files
committed
Publish v0.3.21
1 parent e49cde3 commit ed37bf3

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-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.21](https://github.com/jquense/react-common-hooks/compare/v0.3.20...v0.3.21) (2020-02-25)
2+
3+
4+
### Features
5+
6+
* add useMountEffect ([f4c4753](https://github.com/jquense/react-common-hooks/commit/f4c4753f15691b4ff6f44afd2b0a8e0e8e5b28e1))
7+
* add useRefWithInitialValueFactory ([31188e2](https://github.com/jquense/react-common-hooks/commit/31188e28dc5b68fb6e030b855ce0491fbc0c1a70))
8+
* add useUpdateEffect ([a0d17b1](https://github.com/jquense/react-common-hooks/commit/a0d17b1dcbb4f910468bd9ae60256318fe218ecc))
9+
10+
11+
12+
13+
114
## [0.3.20](https://github.com/jquense/react-common-hooks/compare/v0.3.19...v0.3.20) (2020-01-23)
215

316

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@restart/hooks",
3-
"version": "0.3.20",
3+
"version": "0.3.21",
44
"main": "lib/cjs/index.js",
55
"types": "lib/cjs/index.d.ts",
66
"module": "lib/esm/index.js",
@@ -74,5 +74,5 @@
7474
"typescript": "^3.7.2"
7575
},
7676
"readme": "ERROR: No README data found!",
77-
"_id": "@restart/[email protected].19"
77+
"_id": "@restart/[email protected].20"
7878
}

0 commit comments

Comments
 (0)