chore(release): 9.3.0 [skip ci]

# [9.3.0](https://github.com/streamich/react-use/compare/v9.2.0...v9.3.0) (2019-05-31)

### Features

* improve useAsync and useAsyncFn ([3ab1d5d](https://github.com/streamich/react-use/commit/3ab1d5d))
This commit is contained in:
semantic-release-bot 2019-05-31 08:12:20 +00:00
parent 3ab1d5db3c
commit 749da199a6
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [9.3.0](https://github.com/streamich/react-use/compare/v9.2.0...v9.3.0) (2019-05-31)
### Features
* improve useAsync and useAsyncFn ([3ab1d5d](https://github.com/streamich/react-use/commit/3ab1d5d))
# [9.2.0](https://github.com/streamich/react-use/compare/v9.1.2...v9.2.0) (2019-05-31)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "9.2.0",
"version": "9.3.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
@ -136,4 +136,4 @@
"node": "10.16.0",
"yarn": "1.16.0"
}
}
}