From 53cf6eefb63c0c479c6004204d19df97fd9ba7c8 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 14:35:50 +0000 Subject: [PATCH] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29) ### Features * 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767)) ### BREAKING CHANGES * now useToggle and useBoolean accept any value type and cast it to boolean. --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035a0da796..a4420c1212 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [3.0.0](https://github.com/streamich/react-use/compare/v2.3.0...v3.0.0) (2018-10-29) + + +### Features + +* 🎸 accept any value type in useToggle and cast it to bool ([869f767](https://github.com/streamich/react-use/commit/869f767)) + + +### BREAKING CHANGES + +* now useToggle and useBoolean accept any value type and cast it to +boolean. + # [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29) diff --git a/package.json b/package.json index 41c018ea16..1980126ca5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "2.3.0", + "version": "3.0.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [