chore(release): 15.3.8 [skip ci]

## [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](acff81d99a))
This commit is contained in:
semantic-release-bot 2021-01-08 20:29:07 +00:00
parent 5357069795
commit 206f4b0371
2 changed files with 8 additions and 1 deletions

View File

@ -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)

View File

@ -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",