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": [