chore(release): 9.1.0 [skip ci]

# [9.1.0](https://github.com/streamich/react-use/compare/v9.0.0...v9.1.0) (2019-05-24)

### Features

* pass arguments to useAsyncFn function ([6789d10](https://github.com/streamich/react-use/commit/6789d10))
This commit is contained in:
semantic-release-bot 2019-05-24 18:28:08 +00:00
parent 6789d105dc
commit 94d134ea83
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [9.1.0](https://github.com/streamich/react-use/compare/v9.0.0...v9.1.0) (2019-05-24)
### Features
* pass arguments to useAsyncFn function ([6789d10](https://github.com/streamich/react-use/commit/6789d10))
# [9.0.0](https://github.com/streamich/react-use/compare/v8.4.0...v9.0.0) (2019-05-09)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "9.0.0",
"version": "9.1.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",