diff --git a/.changeset/tasty-ears-cough.md b/.changeset/tasty-ears-cough.md deleted file mode 100644 index 393bdcc8..00000000 --- a/.changeset/tasty-ears-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with Vercel/Next.JS deployments where "property" could not be read from intent as the "props" was missing. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 81c745b3..bc20f4aa 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.4 + +### Patch Changes + +- [#445](https://github.com/wevm/frog/pull/445) [`b52f5d2`](https://github.com/wevm/frog/commit/b52f5d2bf8155d1a2777c99dae6754fece5111b6) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with Vercel/Next.JS deployments where "property" could not be read from intent as the "props" was missing. + ## 0.15.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 1defe7d4..2bfb10c2 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.3", + "version": "0.15.4", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 062ce7ca..6b5ce00b 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.3' +export const version = '0.15.4'