chore(release): 10.2.0 [skip ci]

# [10.2.0](https://github.com/streamich/react-use/compare/v10.1.2...v10.2.0) (2019-07-25)

### Features

* useWindowScroll - for cross-browser compatibility ([5987cc8](https://github.com/streamich/react-use/commit/5987cc8))
* useWindowScroll - for cross-browser compatibility ([#480](https://github.com/streamich/react-use/issues/480)) ([e37dd8d](https://github.com/streamich/react-use/commit/e37dd8d))
This commit is contained in:
semantic-release-bot 2019-07-25 09:14:39 +00:00
parent e37dd8de1c
commit 6ed4a30a01
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
# [10.2.0](https://github.com/streamich/react-use/compare/v10.1.2...v10.2.0) (2019-07-25)
### Features
* useWindowScroll - for cross-browser compatibility ([5987cc8](https://github.com/streamich/react-use/commit/5987cc8))
* useWindowScroll - for cross-browser compatibility ([#480](https://github.com/streamich/react-use/issues/480)) ([e37dd8d](https://github.com/streamich/react-use/commit/e37dd8d))
## [10.1.2](https://github.com/streamich/react-use/compare/v10.1.1...v10.1.2) (2019-07-21)

View File

@ -1,6 +1,6 @@
{
"name": "react-use",
"version": "10.1.2",
"version": "10.2.0",
"description": "Collection of React Hooks",
"main": "lib/index.js",
"module": "esm/index.js",