Skip to content

Commit 873f4c7

Browse files
committed
Version 5.3.1
1 parent fca1ebb commit 873f4c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## master (unreleased)
22

3+
## 5.3.1
4+
5+
- Remove the `prop-types` peer dependency. This was an accidental breaking
6+
change that will instead be released as 6.0.0.
7+
38
## 5.3.0
49

510
- Remove deprecation warnings when running on React 15.5

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": "5.3.0",
3+
"version": "5.3.1",
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)