chore(release): 14.2.0 [skip ci]

# [14.2.0](https://github.com/streamich/react-use/compare/v14.1.1...v14.2.0) (2020-04-24)

### Features

* 🎸 onScrubStop provide value where scrub stopped ([138b43c](138b43cd1a))
This commit is contained in:
semantic-release-bot 2020-04-24 16:48:21 +00:00
parent 3f2811be71
commit a1803edfeb
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
# [14.2.0](https://github.com/streamich/react-use/compare/v14.1.1...v14.2.0) (2020-04-24)
### Features
* 🎸 onScrubStop provide value where scrub stopped ([138b43c](https://github.com/streamich/react-use/commit/138b43cd1ac9ea7c76a1a42fca48ebdcb94e1006))
## [14.1.1](https://github.com/streamich/react-use/compare/v14.1.0...v14.1.1) (2020-04-11)

View File

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