From 12bc93201dfb54d5cfdae85ea2eeb79dcc10165c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 25 Mar 2019 21:29:52 +0000 Subject: [PATCH] chore(release): 5.16.0 [skip ci] # [5.16.0](https://github.com/streamich/react-use/compare/v5.15.0...v5.16.0) (2019-03-25) ### Features * more precise size for useMouse ([1761031](https://github.com/streamich/react-use/commit/1761031)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8aa0fcdc9..932c8955b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [5.16.0](https://github.com/streamich/react-use/compare/v5.15.0...v5.16.0) (2019-03-25) + + +### Features + +* more precise size for useMouse ([1761031](https://github.com/streamich/react-use/commit/1761031)) + # [5.15.0](https://github.com/streamich/react-use/compare/v5.14.0...v5.15.0) (2019-03-25) diff --git a/package.json b/package.json index e83650b7ec..e768721b63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "5.15.0", + "version": "5.16.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [