diff --git a/CHANGELOG.md b/CHANGELOG.md index 810bc88..8a1db53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## master (unreleased) +## 0.3.0 + +- Fix Waypoints with the window element as their scrollable parent (Firefox only) + ## 0.2.0 - Fix Waypoints with the window element as their scrollable parent diff --git a/bower.json b/bower.json index 01927da..7fd47ad 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-waypoint", "main": "index.js", - "version": "0.1.0", + "version": "0.3.0", "homepage": "https://github.com/brigade/react-waypoint", "description": "A React component to execute a function whenever you scroll to an element.", "moduleType": [ diff --git a/package.json b/package.json index d47de63..1db4dc7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "0.2.0", + "version": "0.3.0", "description": "A React component to execute a function whenever you scroll to an element.", "main": "index.js", "repository": {