diff --git a/CHANGELOG.md b/CHANGELOG.md index cb3451c3d1..fa8894c99e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [13.13.0](https://github.com/streamich/react-use/compare/v13.12.2...v13.13.0) (2019-12-27) + + +### Features + +* add useShallowCompareEffect and useCustomCompareEffect hooks ([ba8803e](https://github.com/streamich/react-use/commit/ba8803eab26d2d48028a4b7120a7354c6d318aea)) + ## [13.12.2](https://github.com/streamich/react-use/compare/v13.12.1...v13.12.2) (2019-12-10) diff --git a/package.json b/package.json index b87d02a731..6feaff7033 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "13.12.2", + "version": "13.13.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",