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