diff --git a/.changeset/chatty-balloons-destroy.md b/.changeset/chatty-balloons-destroy.md deleted file mode 100644 index 999629b..0000000 --- a/.changeset/chatty-balloons-destroy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@bsmnt/scrollytelling": patch ---- - -Fix having an isolated Waypoint did not execute it diff --git a/scrollytelling/CHANGELOG.md b/scrollytelling/CHANGELOG.md index 45f58e0..81c646e 100644 --- a/scrollytelling/CHANGELOG.md +++ b/scrollytelling/CHANGELOG.md @@ -1,5 +1,11 @@ # @bsmnt/scrollytelling +## 0.3.3 + +### Patch Changes + +- 2b0743a: Fix having an isolated Waypoint did not execute it + ## 0.3.2 ### Patch Changes diff --git a/scrollytelling/package.json b/scrollytelling/package.json index 96cbe55..42fe3f7 100644 --- a/scrollytelling/package.json +++ b/scrollytelling/package.json @@ -1,7 +1,7 @@ { "name": "@bsmnt/scrollytelling", "author": "JB ", - "version": "0.3.2", + "version": "0.3.3", "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts",