chore(release): 10.7.1 [skip ci]

## [10.7.1](https://github.com/streamich/react-use/compare/v10.7.0...v10.7.1) (2019-08-20)

### Bug Fixes

* async test warnings ([#543](https://github.com/streamich/react-use/issues/543)) ([7af237e](https://github.com/streamich/react-use/commit/7af237e))
This commit is contained in:
semantic-release-bot 2019-08-20 20:41:48 +00:00
parent aae806deb9
commit 49aba72d9c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [10.7.1](https://github.com/streamich/react-use/compare/v10.7.0...v10.7.1) (2019-08-20)
### Bug Fixes
* async test warnings ([#543](https://github.com/streamich/react-use/issues/543)) ([7af237e](https://github.com/streamich/react-use/commit/7af237e))
# [10.7.0](https://github.com/streamich/react-use/compare/v10.6.4...v10.7.0) (2019-08-19)

View File

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