From 38dffea37cd515b96ede208e5ae5a9d658179605 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 12 Oct 2019 08:24:03 +0000 Subject: [PATCH] chore(release): 12.4.0 [skip ci] # [12.4.0](https://github.com/streamich/react-use/compare/v12.3.2...v12.4.0) (2019-10-12) ### Features * useIntersection ([#652](https://github.com/streamich/react-use/issues/652)) ([d5f359f](https://github.com/streamich/react-use/commit/d5f359f)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a3473914a..793f4b92de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [12.4.0](https://github.com/streamich/react-use/compare/v12.3.2...v12.4.0) (2019-10-12) + + +### Features + +* useIntersection ([#652](https://github.com/streamich/react-use/issues/652)) ([d5f359f](https://github.com/streamich/react-use/commit/d5f359f)) + ## [12.3.2](https://github.com/streamich/react-use/compare/v12.3.1...v12.3.2) (2019-10-12) diff --git a/package.json b/package.json index e898b3788f..036ee2178f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-use", - "version": "12.3.2", + "version": "12.4.0", "description": "Collection of React Hooks", "main": "lib/index.js", "module": "esm/index.js",