diff --git a/.changeset/warm-cups-cough.md b/.changeset/warm-cups-cough.md deleted file mode 100644 index d88ecd92..00000000 --- a/.changeset/warm-cups-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Changed devtools cookie names to be (more) unique to avoid localhost conflicts diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index ebedf34b..7b0ffb23 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.11.2 + +### Patch Changes + +- [`117aae5`](https://github.com/wevm/frog/commit/117aae5673214b3f713bd4a3dff6ad9e257d75f8) Thanks [@tmm](https://github.com/tmm)! - Changed devtools cookie names to be (more) unique to avoid localhost conflicts + ## 0.11.1 ### Patch Changes diff --git a/src/package.json b/src/package.json index f2e8570f..3e6d2f84 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.11.1", + "version": "0.11.2", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 9a9f34bb..b22a9b9e 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.11.1' +export const version = '0.11.2'