mirror of
https://github.com/streamich/react-use.git
synced 2026-01-25 14:17:16 +00:00
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:
parent
7d4c59e656
commit
f8c6252b44
12
CHANGELOG.md
12
CHANGELOG.md
@ -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)
|
||||
|
||||
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user