diff --git a/CHANGELOG.md b/CHANGELOG.md index 39f751c..70dfb87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,14 @@ ## master (unreleased) +## 1.0.1 + +- Ignore more files for bower and npm packages +- Commit the built version for bower package + ## 1.0.0 - Add 'jsx' syntax to the unbuilt version of the component, and build into 'build/ReactWaypoint.js' with webpack. - - Fix corner case where scrollable parent is not the window and the window resize should trigger a Waypoint callback. diff --git a/bower.json b/bower.json index 3afa155..00b9eae 100644 --- a/bower.json +++ b/bower.json @@ -1,7 +1,7 @@ { "name": "react-waypoint", "main": "build/npm/waypoint.js", - "version": "1.0.0", + "version": "1.0.1", "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 88131c6..705738d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "1.0.0", + "version": "1.0.1", "description": "A React component to execute a function whenever you scroll to an element.", "main": "build/npm/waypoint.js", "repository": {