From 28c201df6d7544bab961bd7de490c951bf951414 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 7 Jun 2020 21:27:59 +0000 Subject: [PATCH] chore(release): 15.2.0 [skip ci] # [15.2.0](https://github.com/streamich/react-use/compare/v15.1.1...v15.2.0) (2020-06-07) ### Features * add useMouseWheel hook ([d714b12](https://github.com/streamich/react-use/commit/d714b12e8b2d071c65fe4dc7643be10f69dc5dba)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3fa8a8d06..242f3481bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [15.2.0](https://github.com/streamich/react-use/compare/v15.1.1...v15.2.0) (2020-06-07) + + +### Features + +* add useMouseWheel hook ([d714b12](https://github.com/streamich/react-use/commit/d714b12e8b2d071c65fe4dc7643be10f69dc5dba)) + ## [15.1.1](https://github.com/streamich/react-use/compare/v15.1.0...v15.1.1) (2020-05-30) diff --git a/package.json b/package.json index 4e054fe899..f416304ddd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "15.1.1", + "version": "15.2.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",