Skip to content

Commit

Permalink
chore(release): 9.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [9.11.0](v9.10.0...v9.11.0) (2019-07-11)

### Features

* useMedia - initialize state with call to media query ([#454](#454)) ([ab81897](ab81897))
  • Loading branch information
semantic-release-bot committed Jul 11, 2019
1 parent ab81897 commit d1f7d9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit d1f7d9c

Please sign in to comment.