Skip to content

Commit 3fb0b24

Browse files
📦 4.5.6.
1 parent e619f18 commit 3fb0b24

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.6
2+
- Calling `pause` or `resume` from inside a `useEffect` will now properly unbind and bind events.
3+
14
### 4.5.5
25
- Setting a timeout dynamically will now call onActive if the user is idle.
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.5",
3+
"version": "4.5.6",
44
"description": "Activity detection for React.js",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)