Skip to content

Commit

Permalink
chore(release): 9.8.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.8.2](v9.8.1...v9.8.2) (2019-07-08)

### Bug Fixes

* **useSize:** prevents accessing iframe's property when it's not defined ([c9b5cdc](c9b5cdc)), closes [#442](#442)
* **useSize:** prevents accessing iframe's property when it's not… ([#443](#443)) ([8f04e8f](8f04e8f))
* iframe can be null ([a9e3bab](a9e3bab))
  • Loading branch information
semantic-release-bot committed Jul 8, 2019
1 parent 3f335b2 commit b55427e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [9.8.2](https://github.com/streamich/react-use/compare/v9.8.1...v9.8.2) (2019-07-08)


### Bug Fixes

* **useSize:** prevents accessing iframe's property when it's not defined ([c9b5cdc](https://github.com/streamich/react-use/commit/c9b5cdc)), closes [#442](https://github.com/streamich/react-use/issues/442)
* **useSize:** prevents accessing iframe's property when it's not… ([#443](https://github.com/streamich/react-use/issues/443)) ([8f04e8f](https://github.com/streamich/react-use/commit/8f04e8f))
* iframe can be null ([a9e3bab](https://github.com/streamich/react-use/commit/a9e3bab))

## [9.8.1](https://github.com/streamich/react-use/compare/v9.8.0...v9.8.1) (2019-06-30)


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.8.1",
"version": "9.8.2",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit b55427e

Please sign in to comment.