diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fed8906..65632cff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7101db24..a21ba3da 100644 --- a/package.json +++ b/package.json @@ -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",