From a656c15f5701eff1f2f0da5725db21b54decbcfa Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 22 Aug 2019 08:59:02 +0000 Subject: [PATCH] chore(release): 11.0.0 [skip ci] # [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 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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",