diff --git a/.changeset/twenty-weeks-eat.md b/.changeset/twenty-weeks-eat.md deleted file mode 100644 index 21baf61c..00000000 --- a/.changeset/twenty-weeks-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Updated devtools to pass through gas for transactions diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 93f2c9b5..ee489475 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.9.4 + +### Patch Changes + +- [#312](https://github.com/wevm/frog/pull/312) [`3a54496`](https://github.com/wevm/frog/commit/3a54496b4530073feff04216f8d3c4ec6f3526aa) Thanks [@0xboby](https://github.com/0xboby)! - Updated devtools to pass through gas for transactions + ## 0.9.3 ### Patch Changes diff --git a/src/package.json b/src/package.json index 3af35db6..44849130 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.9.3", + "version": "0.9.4", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 01e36bae..f1148908 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.9.3' +export const version = '0.9.4'