Skip to content

Commit f4dd669

Browse files
committed
Bump version 1.0.3 -> 1.0.4
This new version updates to React 0.14. While I was at it, I adjusted the changelog to be more accurate.
1 parent b3e0e9b commit f4dd669

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
## master (unreleased)
1+
## 1.0.4
22

3-
- Upgrade for use with React 0.14
4-
- List `react` and `react-dom` as `dependencies` instead of `peerDependency`,
5-
for NPM3 compatibility.
3+
- Bump `react` dependency to 0.14 and add `react-dom` to `peerDependencies`
64

75
## 1.0.3
86

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": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A React component to execute a function whenever you scroll to an element.",
55
"main": "build/npm/waypoint.js",
66
"repository": {

0 commit comments

Comments
 (0)