diff --git a/CHANGELOG.md b/CHANGELOG.md index 678d0c69..6f4a3c2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [11.0.0](https://github.com/streamich/react-use/compare/v10.8.0...v11.0.0) (2019-08-22) + + +### Features + +* add cancel and reset methods to useTimeout ([283045a](https://github.com/streamich/react-use/commit/283045a)) +* add useTimeoutFn ([284e6fd](https://github.com/streamich/react-use/commit/284e6fd)) + + +### BREAKING CHANGES + +* useTimeout now returns a tuple + # [10.8.0](https://github.com/streamich/react-use/compare/v10.7.1...v10.8.0) (2019-08-20) diff --git a/package.json b/package.json index 6f2f1f5c..6b9a34eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.8.0", + "version": "11.0.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",