diff --git a/CHANGELOG.md b/CHANGELOG.md index b6fc3d5..d45baba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ ## master (unreleased) +## 5.1.0 + +- Waypoint can now accept children. + ## 5.0.3 - Clear initial timeout when unmounting component. - ## 5.0.2 - Revert ES6 typescript definition. diff --git a/package.json b/package.json index dbd1d50..abe66ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "5.0.3", + "version": "5.1.0", "description": "A React component to execute a function whenever you scroll to an element.", "main": "build/waypoint.js", "types": "index.d.ts",