diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e05fd8a..9296be8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ff1b3ed0..ff33f340 100644 --- a/package.json +++ b/package.json @@ -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",