From 1dacdccc264617e45b3e73fabdbdf3d1c5497e7d Mon Sep 17 00:00:00 2001 From: Ayo Date: Sat, 28 Jun 2025 08:52:57 +0200 Subject: [PATCH] chore: add changeset file --- CHANGESET.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CHANGESET.md diff --git a/CHANGESET.md b/CHANGESET.md new file mode 100644 index 0000000..a22a194 --- /dev/null +++ b/CHANGESET.md @@ -0,0 +1,3 @@ +# Rough list of changes + +1. Expose a `McFly` object containing event properties to `server:setup` scripts. Useful for handling requests like form submission.