chore(release): 5.7.0 [skip ci]

# [5.7.0](https://github.com/streamich/react-use/compare/v5.6.0...v5.7.0) (2019-03-15)

### Bug Fixes

* 🐛 fix TypeScript typings for usePromise() ([ba0acb6](https://github.com/streamich/react-use/commit/ba0acb6))

### Features

* 🎸 add usePromise() hook ([aad368b](https://github.com/streamich/react-use/commit/aad368b))
This commit is contained in:
semantic-release-bot 2019-03-15 14:29:32 +00:00
parent 704c7c9eab
commit f618352b71
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# [5.7.0](https://github.com/streamich/react-use/compare/v5.6.0...v5.7.0) (2019-03-15)
### Bug Fixes
* 🐛 fix TypeScript typings for usePromise() ([ba0acb6](https://github.com/streamich/react-use/commit/ba0acb6))
### Features
* 🎸 add usePromise() hook ([aad368b](https://github.com/streamich/react-use/commit/aad368b))
# [5.6.0](https://github.com/streamich/react-use/compare/v5.5.6...v5.6.0) (2019-03-13)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "5.6.0",
"version": "5.7.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"files": [