diff --git a/CHANGELOG.md b/CHANGELOG.md index 63e11de1b9..9a1a341012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [11.0.2](https://github.com/streamich/react-use/compare/v11.0.1...v11.0.2) (2019-08-23) + + +### Bug Fixes + +* **useSetState:** memoize setState callback ([0275329](https://github.com/streamich/react-use/commit/0275329)) +* **useSetState:** memoize setState callback ([16f023f](https://github.com/streamich/react-use/commit/16f023f)) + ## [11.0.1](https://github.com/streamich/react-use/compare/v11.0.0...v11.0.1) (2019-08-23) diff --git a/package.json b/package.json index 47617af807..3502ce1581 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "11.0.1", + "version": "11.0.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",