chore(release): 10.6.4 [skip ci]

## [10.6.4](https://github.com/streamich/react-use/compare/v10.6.3...v10.6.4) (2019-08-19)

### Bug Fixes

* return from useUpdateEffect ([2f70dc2](https://github.com/streamich/react-use/commit/2f70dc2))
* useUpdateEffect add return ([8b24df4](https://github.com/streamich/react-use/commit/8b24df4))
This commit is contained in:
semantic-release-bot 2019-08-19 16:00:55 +00:00
parent 2f70dc261d
commit d273d99df3
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## [10.6.4](https://github.com/streamich/react-use/compare/v10.6.3...v10.6.4) (2019-08-19)
### Bug Fixes
* return from useUpdateEffect ([2f70dc2](https://github.com/streamich/react-use/commit/2f70dc2))
* useUpdateEffect add return ([8b24df4](https://github.com/streamich/react-use/commit/8b24df4))
## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19)

View File

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