From dbcec147518f2f50a559c5201803efca51e52629 Mon Sep 17 00:00:00 2001 From: Randy Lebeau Date: Fri, 22 Jan 2021 13:49:36 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=204.5.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2d090..f888053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 4.5.2 +- Added the ability to set timeout after the component has been mounted. Doing so will reset the timer automatically. + ### 4.5.1 - Added the ability to set timeout after the hook has been mounted. Doing so will reset the timer automatically. diff --git a/package.json b/package.json index a0756be..219435d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-idle-timer", - "version": "4.5.1", + "version": "4.5.2", "description": "Activity detection for React.js", "main": "dist/index.min.js", "module": "dist/index.es.js",