chore(release): 17.0.1 [skip ci]

## [17.0.1](https://github.com/streamich/react-use/compare/v17.0.0...v17.0.1) (2021-01-31)

### Bug Fixes

* proper definition for isBrowser and isNavigator states. ([a087deb](a087deb48e)), closes [#1777](https://github.com/streamich/react-use/issues/1777)
This commit is contained in:
semantic-release-bot 2021-01-31 07:43:53 +00:00
parent 9ccb43bcec
commit f4153fb6c4
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [17.0.1](https://github.com/streamich/react-use/compare/v17.0.0...v17.0.1) (2021-01-31)
### Bug Fixes
* proper definition for isBrowser and isNavigator states. ([a087deb](https://github.com/streamich/react-use/commit/a087deb48e57b1f0a23a2d0a28d0c2d10a640cd6)), closes [#1777](https://github.com/streamich/react-use/issues/1777)
# [17.0.0](https://github.com/streamich/react-use/compare/v16.1.0...v17.0.0) (2021-01-31)

View File

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