Skip to content

Commit 19ac56f

Browse files
chore(release): 5.10.0 [skip ci]
# [5.10.0](v5.9.0...v5.10.0) (2019-03-21) ### Features * add useUpdateEffect hook ([c2afd23](c2afd23))
1 parent c2afd23 commit 19ac56f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [5.10.0](https://github.com/streamich/react-use/compare/v5.9.0...v5.10.0) (2019-03-21)
2+
3+
4+
### Features
5+
6+
* add useUpdateEffect hook ([c2afd23](https://github.com/streamich/react-use/commit/c2afd23))
7+
18
# [5.9.0](https://github.com/streamich/react-use/compare/v5.8.1...v5.9.0) (2019-03-21)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-use",
3-
"version": "5.9.0",
3+
"version": "5.10.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
 (0)