diff --git a/CHANGELOG.md b/CHANGELOG.md index 60dd7b12e1..5af8fa70e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.3.0](https://github.com/streamich/react-use/compare/v8.2.0...v8.3.0) (2019-04-29) + + +### Features + +* add type define for createMemo ([6638c1a](https://github.com/streamich/react-use/commit/6638c1a)) + # [8.2.0](https://github.com/streamich/react-use/compare/v8.1.4...v8.2.0) (2019-04-23) diff --git a/package.json b/package.json index 15afa8f735..4245b42a1e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "8.2.0", + "version": "8.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",