chore(release): 11.0.1 [skip ci]

## [11.0.1](https://github.com/streamich/react-use/compare/v11.0.0...v11.0.1) (2019-08-23)

### Bug Fixes

* correct useSpring() hook behaviour ([d7a622d](https://github.com/streamich/react-use/commit/d7a622d))
This commit is contained in:
semantic-release-bot 2019-08-23 18:57:02 +00:00
parent d7a622d7cf
commit ff07a6bb12
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [11.0.1](https://github.com/streamich/react-use/compare/v11.0.0...v11.0.1) (2019-08-23)
### Bug Fixes
* correct useSpring() hook behaviour ([d7a622d](https://github.com/streamich/react-use/commit/d7a622d))
# [11.0.0](https://github.com/streamich/react-use/compare/v10.8.0...v11.0.0) (2019-08-22)

View File

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