From 8a9d05ef74706502a493c700749c392d4107d93e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 14:30:18 +0000 Subject: [PATCH] chore(release): 2.3.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29) ### Features * 🎸 add useBoolean hook ([ce6de24](https://github.com/streamich/react-use/commit/ce6de24)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f47cb78c2..035a0da796 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.3.0](https://github.com/streamich/react-use/compare/v2.2.0...v2.3.0) (2018-10-29) + + +### Features + +* 🎸 add useBoolean hook ([ce6de24](https://github.com/streamich/react-use/commit/ce6de24)) + # [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29) diff --git a/package.json b/package.json index 16cf2c9f3b..41c018ea16 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "2.2.0", + "version": "2.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [