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": [