From 8e81e8fe6bbd30bbe5603f1cfdd9acdb31f5dfda Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 14:10:33 +0000 Subject: [PATCH] chore(release): 2.2.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29) ### Features * 🎸 add useGetSet hook ([bfc30b9](https://github.com/streamich/react-use/commit/bfc30b9)) * 🎸 add useUpdate hook ([c00f308](https://github.com/streamich/react-use/commit/c00f308)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9588bc8c..8f47cb78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [2.2.0](https://github.com/streamich/react-use/compare/v2.1.0...v2.2.0) (2018-10-29) + + +### Features + +* 🎸 add useGetSet hook ([bfc30b9](https://github.com/streamich/react-use/commit/bfc30b9)) +* 🎸 add useUpdate hook ([c00f308](https://github.com/streamich/react-use/commit/c00f308)) + # [2.1.0](https://github.com/streamich/react-use.git/compare/v2.0.0...v2.1.0) (2018-10-28) diff --git a/package.json b/package.json index 1b1f0e6f..16cf2c9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "2.1.0", + "version": "2.2.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [