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))
This commit is contained in:
semantic-release-bot 2019-07-10 11:30:52 +00:00
parent 588a0c5d23
commit caf5451b1c
2 changed files with 9 additions and 1 deletions

View File

@ -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)

View File

@ -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",