chore(release): 6.2.2 [skip ci]

## [6.2.2](https://github.com/streamich/react-use/compare/v6.2.1...v6.2.2) (2019-03-28)

### Bug Fixes

* fix deps arg and union type in useAsync and useAsyncRetry ([929e726](https://github.com/streamich/react-use/commit/929e726))
This commit is contained in:
semantic-release-bot 2019-03-28 15:01:36 +00:00
parent 41fdcabd09
commit f6fcf6582a
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [6.2.2](https://github.com/streamich/react-use/compare/v6.2.1...v6.2.2) (2019-03-28)
### Bug Fixes
* fix deps arg and union type in useAsync and useAsyncRetry ([929e726](https://github.com/streamich/react-use/commit/929e726))
## [6.2.1](https://github.com/streamich/react-use/compare/v6.2.0...v6.2.1) (2019-03-27)

View File

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