diff --git a/CHANGELOG.md b/CHANGELOG.md index f519906f..49b34ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.2.5](https://github.com/streamich/react-use/compare/v15.2.4...v15.2.5) (2020-06-15) + + +### Bug Fixes + +* bump react-universal-interface ([1540c1a](https://github.com/streamich/react-use/commit/1540c1ab8f338dfa2f53de16506fbf47803d45ba)) + ## [15.2.4](https://github.com/streamich/react-use/compare/v15.2.3...v15.2.4) (2020-06-13) diff --git a/package.json b/package.json index 73bf9651..326a6676 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.2.4", + "version": "15.2.5", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",