chore(release): 15.3.2 [skip ci]

## [15.3.2](https://github.com/streamich/react-use/compare/v15.3.1...v15.3.2) (2020-06-29)

### Bug Fixes

* **useFullscreen:** fix typings so [#1205](https://github.com/streamich/react-use/issues/1205) can be merged. ([e6e55a3](e6e55a3f94))
This commit is contained in:
semantic-release-bot 2020-06-29 20:47:26 +00:00
parent e6e55a3f94
commit 802d82f86b
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [15.3.2](https://github.com/streamich/react-use/compare/v15.3.1...v15.3.2) (2020-06-29)
### Bug Fixes
* **useFullscreen:** fix typings so [#1205](https://github.com/streamich/react-use/issues/1205) can be merged. ([e6e55a3](https://github.com/streamich/react-use/commit/e6e55a3f94993b621566ac66488fd973e992704f))
## [15.3.1](https://github.com/streamich/react-use/compare/v15.3.0...v15.3.1) (2020-06-29)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "15.3.1",
"version": "15.3.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",