Skip to content

Commit 5298fe7

Browse files
📦 4.5.4
1 parent cf7c91a commit 5298fe7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

‎CHANGELOG.md‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.5.4
2+
- Bind `getLastIdleTime` to component scope making the method callable.
3+
14
### 4.5.3
25
- Bind `getTotalActiveTime` and `getTotalIdleTime` to component scope making the methods callable.
36

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-idle-timer",
3-
"version": "4.5.3",
3+
"version": "4.5.4",
44
"description": "Activity detection for React.js",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)