From ff07a6bb121ff732634dfbade170633d609c9b3e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Aug 2019 18:57:02 +0000 Subject: [PATCH] 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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",