diff --git a/CHANGELOG.md b/CHANGELOG.md index f86a796e82..c15c603605 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [9.11.0](https://github.com/streamich/react-use/compare/v9.10.0...v9.11.0) (2019-07-11) + + +### Features + +* useMedia - initialize state with call to media query ([#454](https://github.com/streamich/react-use/issues/454)) ([ab81897](https://github.com/streamich/react-use/commit/ab81897)) + # [9.10.0](https://github.com/streamich/react-use/compare/v9.9.0...v9.10.0) (2019-07-10) diff --git a/package.json b/package.json index 7d8c106481..c09daba14d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "9.10.0", + "version": "9.11.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",