Skip to content

Commit

Permalink
📦 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Feb 20, 2021
1 parent 6685683 commit ea03d82
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.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.

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.4",
"version": "4.5.5",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit ea03d82

Please sign in to comment.