chore(release): 8.2.0 [skip ci]

# [8.2.0](https://github.com/streamich/react-use/compare/v8.1.4...v8.2.0) (2019-04-23)

### Bug Fixes

* make options useGeolocation optional ([01959a1](https://github.com/streamich/react-use/commit/01959a1))

### Features

* support options for useGeolocation ([7d4c59e](https://github.com/streamich/react-use/commit/7d4c59e))
This commit is contained in:
semantic-release-bot 2019-04-23 20:04:08 +00:00
parent 7d4c59e656
commit f8c6252b44
2 changed files with 13 additions and 1 deletions

View File

@ -1,3 +1,15 @@
# [8.2.0](https://github.com/streamich/react-use/compare/v8.1.4...v8.2.0) (2019-04-23)
### Bug Fixes
* make options useGeolocation optional ([01959a1](https://github.com/streamich/react-use/commit/01959a1))
### Features
* support options for useGeolocation ([7d4c59e](https://github.com/streamich/react-use/commit/7d4c59e))
## [8.1.4](https://github.com/streamich/react-use/compare/v8.1.3...v8.1.4) (2019-04-23)

View File

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