From 9bc98053579871e47bf8d24b4dca260b2ae5b435 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 31 Mar 2019 08:38:45 +0000 Subject: [PATCH] chore(release): 7.3.0 [skip ci] # [7.3.0](https://github.com/streamich/react-use/compare/v7.2.0...v7.3.0) (2019-03-31) ### Features * add useEffectOnce hook ([06c12d4](https://github.com/streamich/react-use/commit/06c12d4)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41e80822c4..785b5d1c01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.3.0](https://github.com/streamich/react-use/compare/v7.2.0...v7.3.0) (2019-03-31) + + +### Features + +* add useEffectOnce hook ([06c12d4](https://github.com/streamich/react-use/commit/06c12d4)) + # [7.2.0](https://github.com/streamich/react-use/compare/v7.1.1...v7.2.0) (2019-03-31) diff --git a/package.json b/package.json index 3e5615b426..a84b02b865 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "7.2.0", + "version": "7.3.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",