From caf5451b1c216a2a2477ff50c87cdf2ce4be01af Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 10 Jul 2019 11:30:52 +0000 Subject: [PATCH] chore(release): 9.9.0 [skip ci] # [9.9.0](https://github.com/streamich/react-use/compare/v9.8.3...v9.9.0) (2019-07-10) ### Features * add usePermission ([4da40b9](https://github.com/streamich/react-use/commit/4da40b9)) * usePermission ([588a0c5](https://github.com/streamich/react-use/commit/588a0c5)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9570e4a..5e5068a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [9.9.0](https://github.com/streamich/react-use/compare/v9.8.3...v9.9.0) (2019-07-10) + + +### Features + +* add usePermission ([4da40b9](https://github.com/streamich/react-use/commit/4da40b9)) +* usePermission ([588a0c5](https://github.com/streamich/react-use/commit/588a0c5)) + ## [9.8.3](https://github.com/streamich/react-use/compare/v9.8.2...v9.8.3) (2019-07-10) diff --git a/package.json b/package.json index ce4b2f7f..fb216067 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "9.8.3", + "version": "9.9.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",