From 25f6ea99546ff056db9ed38ca776e686e09f4565 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Oct 2018 17:49:14 +0000 Subject: [PATCH] chore(release): 4.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29) ### Features * 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7)) * 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b)) ### BREAKING CHANGES * useCounter interface changed --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ff2465f2..55c16b25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [4.0.0](https://github.com/streamich/react-use/compare/v3.1.0...v4.0.0) (2018-10-29) + + +### Features + +* 🎸 add useNumber alias ([a58a4a7](https://github.com/streamich/react-use/commit/a58a4a7)) +* 🎸 improve useCounter interface ([395e82b](https://github.com/streamich/react-use/commit/395e82b)) + + +### BREAKING CHANGES + +* useCounter interface changed + # [3.1.0](https://github.com/streamich/react-use/compare/v3.0.0...v3.1.0) (2018-10-29) diff --git a/package.json b/package.json index 8e882bed..43957faa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "3.1.0", + "version": "4.0.0", "description": "Collection of React Hooks", "main": "lib/index.js", "files": [