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 +}