From 5fe7925cf00a61ed13bcb487789a352f63a0ba1d Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 21:10:37 +0000 Subject: [PATCH] chore(release): 4.4.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [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)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": [