From f8c6252b44e4b96ac81f33bbf098a50abb1c8a89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 23 Apr 2019 20:04:08 +0000 Subject: [PATCH] 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)) --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca02a889..60dd7b12 100644 --- a/CHANGELOG.md +++ b/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) diff --git a/package.json b/package.json index 4da22305..45f5fcf2 100644 --- a/package.json +++ b/package.json @@ -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",