Skip to content

Commit 4b24a1e

Browse files
committed
Version 8.0.1
1 parent eea1063 commit 4b24a1e

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+
## 8.0.1
4+
5+
- Fix default export error in typescript definition file
6+
37
## 8.0.0
48

59
- Add es module entry point in package.json

package.json

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

0 commit comments

Comments
 (0)