Skip to content

Commit dbcec14

Browse files
📦 4.5.2
1 parent 3f2375f commit dbcec14

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.2
2+
- Added the ability to set timeout after the component has been mounted. Doing so will reset the timer automatically.
3+
14
### 4.5.1
25
- Added the ability to set timeout after the hook has been mounted. Doing so will reset the timer automatically.
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.1",
3+
"version": "4.5.2",
44
"description": "Activity detection for React.js",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
 (0)