diff --git a/.changeset/large-pumas-work.md b/.changeset/large-pumas-work.md deleted file mode 100644 index cd343db9..00000000 --- a/.changeset/large-pumas-work.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue with `browserLocation` redirects misleadingly redirecting Twitterbot due to incorrect check. diff --git a/.changeset/sixty-olives-fold.md b/.changeset/sixty-olives-fold.md deleted file mode 100644 index 1e535f4b..00000000 --- a/.changeset/sixty-olives-fold.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Added a `Button.MiniApp` to deeplink to a mini-app. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index fc255852..dc167358 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,13 @@ # frog +## 0.17.5 + +### Patch Changes + +- [#499](https://github.com/wevm/frog/pull/499) [`4e7d5e3`](https://github.com/wevm/frog/commit/4e7d5e318e2b049a9ef326bcaf94a189f8b1e154) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with `browserLocation` redirects misleadingly redirecting Twitterbot due to incorrect check. + +- [#500](https://github.com/wevm/frog/pull/500) [`753c8fd`](https://github.com/wevm/frog/commit/753c8fd87ebc3661bdebc0062957f4f2f4ae3c75) Thanks [@dalechyn](https://github.com/dalechyn)! - Added a `Button.MiniApp` to deeplink to a mini-app. + ## 0.17.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index bb0e1dc3..e0c8daee 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.17.4", + "version": "0.17.5", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", @@ -121,7 +121,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 ddd01a42..78d49ef3 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.17.4' +export const version = '0.17.5'