Skip to content

Commit

Permalink
📦 3.4.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
Randy Lebeau authored and Randy Lebeau committed Jul 28, 2020
1 parent 5650360 commit 86209cd
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.3.5
- Fixed a regression affecting older minifiers that don't know how to deal with `let` and `const`. Re-implement babel to transpile to `var`.

### 4.3.4
- Fixed a regression where debounced and throttled were not applied to onAction.

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

0 comments on commit 86209cd

Please sign in to comment.