From 592b61a128cc63d2bfe3768f569e5877e7126d42 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 26 Mar 2019 10:50:40 +0000 Subject: [PATCH] chore(release): 6.1.0 [skip ci] # [6.1.0](https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0) (2019-03-26) ### Features * add useThrottle hook ([756bc99](https://github.com/streamich/react-use/commit/756bc99)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009de044db..afb8e70540 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [6.1.0](https://github.com/streamich/react-use/compare/v6.0.0...v6.1.0) (2019-03-26) + + +### Features + +* add useThrottle hook ([756bc99](https://github.com/streamich/react-use/commit/756bc99)) + # [6.0.0](https://github.com/streamich/react-use/compare/v5.16.1...v6.0.0) (2019-03-26) diff --git a/package.json b/package.json index f6035af7e9..d8c43aca45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "6.0.0", + "version": "6.1.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [