diff --git a/CHANGELOG.md b/CHANGELOG.md index 038387cd10..a168ac9912 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [4.4.0](https://github.com/streamich/react-use/compare/v4.3.0...v4.4.0) (2018-10-29) + + +### Features + +* 🎸 add useCallbag hook ([ead142c](https://github.com/streamich/react-use/commit/ead142c)) + # [4.3.0](https://github.com/streamich/react-use/compare/v4.2.0...v4.3.0) (2018-10-29) diff --git a/package.json b/package.json index 3b5cc2931c..830aada994 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.3.0", + "version": "4.4.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [