Skip to content

Commit

Permalink
📦 4.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Feb 8, 2021
1 parent 38d5c1d commit b572197
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 4.5.3
- Bind `getTotalActiveTime` and `getTotalIdleTime` to component scope making the methods callable.

### 4.5.2
- Added the ability to set timeout after the component has been mounted. Doing so will reset the timer automatically.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-idle-timer",
"version": "4.5.2",
"version": "4.5.3",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit b572197

Please sign in to comment.