chore(release): 9.11.2 [skip ci]

## [9.11.2](https://github.com/streamich/react-use/compare/v9.11.1...v9.11.2) (2019-07-16)

### Bug Fixes

* support useMedia usage server-side ([50a5160](https://github.com/streamich/react-use/commit/50a5160))
This commit is contained in:
semantic-release-bot 2019-07-16 10:11:40 +00:00
parent 50a5160081
commit 3d393f4377
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [9.11.2](https://github.com/streamich/react-use/compare/v9.11.1...v9.11.2) (2019-07-16)
### Bug Fixes
* support useMedia usage server-side ([50a5160](https://github.com/streamich/react-use/commit/50a5160))
## [9.11.1](https://github.com/streamich/react-use/compare/v9.11.0...v9.11.1) (2019-07-16)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "9.11.1",
"version": "9.11.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",