diff --git a/.changeset/mean-carpets-cough.md b/.changeset/mean-carpets-cough.md deleted file mode 100644 index b2ca21bc..00000000 --- a/.changeset/mean-carpets-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed JSX import source conflicts. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 1de183a4..12c19ae3 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.8.1 + +### Patch Changes + +- [#225](https://github.com/wevm/frog/pull/225) [`d219dff`](https://github.com/wevm/frog/commit/d219dff867f5355098b5f4fec6a3f75c9d50848b) Thanks [@tmm](https://github.com/tmm)! - Fixed JSX import source conflicts. + ## 0.8.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 44639e94..08e80a07 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.8.0", + "version": "0.8.1", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 8a5b3c6c..80ce13d4 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.8.0' +export const version = '0.8.1'