diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d33219b..87d3f0ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [12.7.2](https://github.com/streamich/react-use/compare/v12.7.1...v12.7.2) (2019-10-23) + + +### Bug Fixes + +* 🐛 bump set-harmonic-interval package version ([f7c709a](https://github.com/streamich/react-use/commit/f7c709a)) + ## [12.7.1](https://github.com/streamich/react-use/compare/v12.7.0...v12.7.1) (2019-10-17) diff --git a/package.json b/package.json index 8972e043..7aaed500 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "12.7.1", + "version": "12.7.2", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",