diff --git a/CHANGELOG.md b/CHANGELOG.md index ac4f54e1..e98114a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [15.3.8](https://github.com/streamich/react-use/compare/v15.3.7...v15.3.8) (2021-01-08) + + +### Bug Fixes + +* improve useStateValidator and useMultiStateValidator typings. ([acff81d](https://github.com/streamich/react-use/commit/acff81d99abdbbefcc2985297ee01c3cda9ef4c9)) + ## [15.3.7](https://github.com/streamich/react-use/compare/v15.3.6...v15.3.7) (2021-01-08) diff --git a/package.json b/package.json index 8215b7a8..2bd0420a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.3.7", + "version": "15.3.8", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",