Skip to content

Commit 76078f1

Browse files
committed
Version 5.0.0
1 parent 63172f8 commit 76078f1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
## master (unreleased)
22

3-
- Remove `throttleHandler`
3+
## 5.0.0
4+
5+
- [Breaking] Remove `throttleHandler`
6+
- Add typescript definitions file
47

58
## 4.1.0
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-waypoint",
3-
"version": "4.1.0",
3+
"version": "5.0.0",
44
"description": "A React component to execute a function whenever you scroll to an element.",
55
"main": "build/waypoint.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)