diff --git a/CHANGELOG.md b/CHANGELOG.md index 035a0da7..a4420c12 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 41c018ea..1980126c 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": [