Skip to content

Commit 9bb45d5

Browse files
committed
Version 7.3.1
1 parent 983f81d commit 9bb45d5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## master (unreleased)
22

3+
## 7.3.1
4+
5+
- Make es module opt in (via `import Waypoint from 'react-waypoint/es'`)
6+
37
## 7.3.0
48

59
- Build with rollup.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-waypoint",
3-
"version": "7.3.0",
3+
"version": "7.3.1",
44
"description": "A React component to execute a function whenever you scroll to an element.",
55
"main": "cjs/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)