Skip to content

Commit 3e5b0c6

Browse files
Randy LebeauRandy Lebeau
authored andcommitted
πŸ“¦ 4.3.4.
1 parent cfc1672 commit 3e5b0c6

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.3.4
2+
- Fixed a regression where debounced and throttled were not applied to onAction.
3+
14
### 4.3.2
25
- Fixed an issue where callback functions were not being updated. #122
36

β€Žpackage-lock.jsonβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Ž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.3.2",
3+
"version": "4.3.4",
44
"description": "Activity detection for React.js",
55
"main": "dist/index.min.js",
66
"module": "dist/index.es.js",

0 commit comments

Comments
Β (0)