Skip to content

Commit

Permalink
chore(release): 5.7.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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))
  • Loading branch information
semantic-release-bot committed Mar 15, 2019
1 parent 704c7c9 commit f618352
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit f618352

Please sign in to comment.