Skip to content

Commit

Permalink
Version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lencioni committed Oct 3, 2017
1 parent 8a89c4d commit 8f34dab
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## master (unreleased)

## 7.3.0

- Build with rollup.
- Add an ES module build.

## 7.2.0

- Allow React 16 as a peerDependency.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-waypoint",
"version": "7.2.0",
"version": "7.3.0",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "build/index.js",
"module": "build/index.mjs",
Expand Down

0 comments on commit 8f34dab

Please sign in to comment.