diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bef544..8cc730a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 10.3.0 + +- Allow React v18 in `package.json`. + ## 10.2.0 - Add `children` prop to TypeScript definitions for `Waypoint` to support React v18. diff --git a/package.json b/package.json index 2f3605d..0366900 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-waypoint", - "version": "10.2.0", + "version": "10.3.0", "description": "A React component to execute a function whenever you scroll to an element.", "main": "cjs/index.js", "module": "es/index.js",