diff --git a/CHANGELOG.md b/CHANGELOG.md index cd97f5b1..e4503e7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.2.3](https://github.com/streamich/react-use/compare/v5.2.2...v5.2.3) (2019-02-07) + + +### Bug Fixes + +* 🐛 fix build and update React deps ([27e26a0](https://github.com/streamich/react-use/commit/27e26a0)) + ## [5.2.2](https://github.com/streamich/react-use/compare/v5.2.1...v5.2.2) (2019-02-02) diff --git a/package-lock.json b/package-lock.json index 7dea69e8..a83e39e6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.2.2", + "version": "5.2.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 27fd91d9..5d15e333 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.2.2", + "version": "5.2.3", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [