From f101ae52ddabbac616a6a5391333d23907ee1d7e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 22:11:29 +0000 Subject: [PATCH] chore(release): 4.5.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.5.0](https://github.com/streamich/react-use/compare/v4.4.0...v4.5.0) (2018-10-29) ### Features * 🎸 add useAdopt hook ([91bee9a](https://github.com/streamich/react-use/commit/91bee9a)) * 🎸 add useRenderProp hook ([2d85c61](https://github.com/streamich/react-use/commit/2d85c61)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a168ac99..98e4268e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [4.5.0](https://github.com/streamich/react-use/compare/v4.4.0...v4.5.0) (2018-10-29) + + +### Features + +* 🎸 add useAdopt hook ([91bee9a](https://github.com/streamich/react-use/commit/91bee9a)) +* 🎸 add useRenderProp hook ([2d85c61](https://github.com/streamich/react-use/commit/2d85c61)) + # [4.4.0](https://github.com/streamich/react-use/compare/v4.3.0...v4.4.0) (2018-10-29) diff --git a/package.json b/package.json index 830aada9..c1b30b19 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "4.4.0", + "version": "4.5.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [