Skip to content

Commit

Permalink
chore(release): 13.22.5 [skip ci]
Browse files Browse the repository at this point in the history
## [13.22.5](v13.22.4...v13.22.5) (2020-02-04)

### Bug Fixes

* πŸ› don't throw in useMediaDevices on missing browser API ([0f119fe](0f119fe))
* handle undefined mediaDevices ([6f68437](6f68437))
  • Loading branch information
semantic-release-bot committed Feb 4, 2020
1 parent 70fc33f commit f7338da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,11 @@
## [13.22.5](https://github.com/streamich/react-use/compare/v13.22.4...v13.22.5) (2020-02-04)


### Bug Fixes

* πŸ› don't throw in useMediaDevices on missing browser API ([0f119fe](https://github.com/streamich/react-use/commit/0f119fe23e837e0d8c2a8c882b1aaf3b62cbc7d2))
* handle undefined mediaDevices ([6f68437](https://github.com/streamich/react-use/commit/6f68437359704dace7d518f1f013bc3516400c67))

## [13.22.4](https://github.com/streamich/react-use/compare/v13.22.3...v13.22.4) (2020-01-30)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "13.22.4",
"version": "13.22.5",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit f7338da

Please sign in to comment.