Skip to content

Commit

Permalink
Version 7.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trotzig committed Oct 5, 2017
1 parent 983f81d commit 9bb45d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## master (unreleased)

## 7.3.1

- Make es module opt in (via `import Waypoint from 'react-waypoint/es'`)

## 7.3.0

- Build with rollup.
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.3.0",
"version": "7.3.1",
"description": "A React component to execute a function whenever you scroll to an element.",
"main": "cjs/index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 9bb45d5

Please sign in to comment.