Skip to content

Commit

Permalink
📦 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SupremeTechnopriest committed Jan 22, 2021
1 parent 3f2375f commit dbcec14
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.2
- Added the ability to set timeout after the component has been mounted. Doing so will reset the timer automatically.

### 4.5.1
- Added the ability to set timeout after the hook 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.1",
"version": "4.5.2",
"description": "Activity detection for React.js",
"main": "dist/index.min.js",
"module": "dist/index.es.js",
Expand Down

0 comments on commit dbcec14

Please sign in to comment.