Skip to content

Commit c0bf881

Browse files
chore(release): 5.7.1 [skip ci]
## [5.7.1](v5.7.0...v5.7.1) (2019-03-15) ### Bug Fixes * πŸ› allow every promise in usePromise() hook have own type ([d60fef7](d60fef7))
1 parent 00a3be8 commit c0bf881

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.7.1](https://github.com/streamich/react-use/compare/v5.7.0...v5.7.1) (2019-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› allow every promise in usePromise() hook have own type ([d60fef7](https://github.com/streamich/react-use/commit/d60fef7))
7+
18
# [5.7.0](https://github.com/streamich/react-use/compare/v5.6.0...v5.7.0) (2019-03-15)
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.7.0",
3+
"version": "5.7.1",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
Β (0)