From 692bb0356a32c649e3fa150bf0ec19f4026f102d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 28 Oct 2018 21:25:47 +0000 Subject: [PATCH] chore(release): 2.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28) ### Features * 🎸 change API for useToggle hook ([#16](https://github.com/streamich/react-use.git/issues/16)) ([5a6da18](https://github.com/streamich/react-use.git/commit/5a6da18)) ### BREAKING CHANGES * useToggle interface changed --- CHANGELOG.md | 12 ++++++++++++ package.json | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33cf4c754e..a7d9f3160d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.0.0](https://github.com/streamich/react-use.git/compare/v1.0.0...v2.0.0) (2018-10-28) + + +### Features + +* 🎸 change API for useToggle hook ([#16](https://github.com/streamich/react-use.git/issues/16)) ([5a6da18](https://github.com/streamich/react-use.git/commit/5a6da18)) + + +### BREAKING CHANGES + +* useToggle interface changed + # 1.0.0 (2018-10-28) diff --git a/package.json b/package.json index e3fbc9a5ea..e63fe40057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "1.7.1", + "version": "2.0.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [ @@ -73,4 +73,4 @@ "@semantic-release/git" ] } -} \ No newline at end of file +}