Skip to content

Commit 9349aa6

Browse files
chore(release): 5.5.4 [skip ci]
## [5.5.4](v5.5.3...v5.5.4) (2019-02-25) ### Bug Fixes * πŸ› new React behaviour needs useState to set something ([e926faf](e926faf)), closes [#128](#128)
1 parent 5650016 commit 9349aa6

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.5.4](https://github.com/streamich/react-use/compare/v5.5.3...v5.5.4) (2019-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› new React behaviour needs useState to set something ([e926faf](https://github.com/streamich/react-use/commit/e926faf)), closes [#128](https://github.com/streamich/react-use/issues/128)
7+
18
## [5.5.3](https://github.com/streamich/react-use/compare/v5.5.2...v5.5.3) (2019-02-25)
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.5.3",
3+
"version": "5.5.4",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
Β (0)