From ea03d828303aa2dc165f21f957f0096717d4a413 Mon Sep 17 00:00:00 2001 From: Randy Lebeau Date: Fri, 19 Feb 2021 17:19:50 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=204.5.5?= 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 f62774e..6e67156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 4.5.5 +- Setting a timeout dynamically will now call onActive if the user is idle. + ### 4.5.4 - Bind `getLastIdleTime` to component scope making the method callable. diff --git a/package.json b/package.json index efcd582..97ac703 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-idle-timer", - "version": "4.5.4", + "version": "4.5.5", "description": "Activity detection for React.js", "main": "dist/index.min.js", "module": "dist/index.es.js",