diff --git a/CHANGELOG.md b/CHANGELOG.md index 4962219..25fcdc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package.json b/package.json index cf71242..6cb26d5 100644 --- a/package.json +++ b/package.json @@ -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",