diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2465f28a..55c16b250f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29) + + +### Features + +* 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7)) +* 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b)) + + +### BREAKING CHANGES + +* useCounter interface changed + # [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29) diff --git a/package.json b/package.json index 8e882bede2..43957faaee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "3.1.0", + "version": "4.0.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [