From d273d99df3e2164637c53c0744ffcb4e357e24d2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 19 Aug 2019 16:00:55 +0000 Subject: [PATCH] chore(release): 10.6.4 [skip ci] ## [10.6.4](https://github.com/streamich/react-use/compare/v10.6.3...v10.6.4) (2019-08-19) ### Bug Fixes * return from useUpdateEffect ([2f70dc2](https://github.com/streamich/react-use/commit/2f70dc2)) * useUpdateEffect add return ([8b24df4](https://github.com/streamich/react-use/commit/8b24df4)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a70e61f..2b534581 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [10.6.4](https://github.com/streamich/react-use/compare/v10.6.3...v10.6.4) (2019-08-19) + + +### Bug Fixes + +* return from useUpdateEffect ([2f70dc2](https://github.com/streamich/react-use/commit/2f70dc2)) +* useUpdateEffect add return ([8b24df4](https://github.com/streamich/react-use/commit/8b24df4)) + ## [10.6.3](https://github.com/streamich/react-use/compare/v10.6.2...v10.6.3) (2019-08-19) diff --git a/package.json b/package.json index 7e6e2cab..d52bbe4d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "10.6.3", + "version": "10.6.4", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",