diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b2f2833..c5e1e302 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.6](https://github.com/streamich/react-use/compare/v15.3.5...v15.3.6) (2021-01-07) + + +### Bug Fixes + +* Fix issues in tests ([7668ce5](https://github.com/streamich/react-use/commit/7668ce5c5f0f186437907f1c352d3a62e3ae8ba7)) + ## [15.3.4](https://github.com/streamich/react-use/compare/v15.3.3...v15.3.4) (2020-09-04) diff --git a/package.json b/package.json index 8af9020d..df184f4a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.3.5", + "version": "15.3.6", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",