diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f4a3c2d..63e11de1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 4bb3a3de..47617af8 100644 --- a/package.json +++ b/package.json @@ -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",