diff --git a/.changeset/gentle-dots-talk.md b/.changeset/gentle-dots-talk.md deleted file mode 100644 index 612815cf..00000000 --- a/.changeset/gentle-dots-talk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Added `address` to `FrameData`. Read more at https://warpcast.com/horsefacts.eth/0xb98e17d8. diff --git a/.changeset/tasty-tools-design.md b/.changeset/tasty-tools-design.md deleted file mode 100644 index 4e52d54f..00000000 --- a/.changeset/tasty-tools-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Updated `hono-og`. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 7179d338..919da9fb 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # frog +## 0.5.8 + +### Patch Changes + +- [#138](https://github.com/wevm/frog/pull/138) [`d555b1c`](https://github.com/wevm/frog/commit/d555b1c05962ff1549f8ffa8b99a6ecc9404de24) Thanks [@dalechyn](https://github.com/dalechyn)! - Added `address` to `FrameData`. Read more at https://warpcast.com/horsefacts.eth/0xb98e17d8. + +- [`a0bc957`](https://github.com/wevm/frog/commit/a0bc9572b27d67b550bc556f91996d57579380b4) Thanks [@jxom](https://github.com/jxom)! - Updated `hono-og`. + ## 0.5.7 ### Patch Changes diff --git a/src/package.json b/src/package.json index d9042df4..720944bb 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.5.7", + "version": "0.5.8", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", @@ -83,7 +83,10 @@ "license": "MIT", "homepage": "https://frog.fm", "repository": "wevm/frog", - "authors": ["awkweb.eth", "jxom.eth"], + "authors": [ + "awkweb.eth", + "jxom.eth" + ], "funding": [ { "type": "github", diff --git a/src/version.ts b/src/version.ts index 8038eea2..05ff27f5 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.5.7' +export const version = '0.5.8'