diff --git a/CHANGELOG.md b/CHANGELOG.md index 242f3481..ae811270 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.2.1](https://github.com/streamich/react-use/compare/v15.2.0...v15.2.1) (2020-06-08) + + +### Bug Fixes + +* 🐛 bump fast-deep-equal, and consume it through ES import ([f3c715c](https://github.com/streamich/react-use/commit/f3c715c12412224be815e0d1bc3e2285f275df26)) + # [15.2.0](https://github.com/streamich/react-use/compare/v15.1.1...v15.2.0) (2020-06-07) diff --git a/package.json b/package.json index d74756dc..cf6372a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.2.0", + "version": "15.2.1", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",