Skip to content

Commit f618352

Browse files
chore(release): 5.7.0 [skip ci]
# [5.7.0](v5.6.0...v5.7.0) (2019-03-15) ### Bug Fixes * πŸ› fix TypeScript typings for usePromise() ([ba0acb6](ba0acb6)) ### Features * 🎸 add usePromise() hook ([aad368b](aad368b))
1 parent 704c7c9 commit f618352

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

β€ŽCHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [5.7.0](https://github.com/streamich/react-use/compare/v5.6.0...v5.7.0) (2019-03-15)
2+
3+
4+
### Bug Fixes
5+
6+
* πŸ› fix TypeScript typings for usePromise() ([ba0acb6](https://github.com/streamich/react-use/commit/ba0acb6))
7+
8+
9+
### Features
10+
11+
* 🎸 add usePromise() hook ([aad368b](https://github.com/streamich/react-use/commit/aad368b))
12+
113
# [5.6.0](https://github.com/streamich/react-use/compare/v5.5.6...v5.6.0) (2019-03-13)
214

315

β€Ž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.6.0",
3+
"version": "5.7.0",
44
"description": "Collection of React Hooks",
55
"main": "lib/index.js",
66
"files": [

0 commit comments

Comments
Β (0)