diff --git a/CHANGELOG.md b/CHANGELOG.md index b6e299f2..8987f151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index fd7b01e5..e5637da2 100644 --- a/package.json +++ b/package.json @@ -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",