diff --git a/.changeset/quiet-pans-cough.md b/.changeset/quiet-pans-cough.md deleted file mode 100644 index 849a29e5..00000000 --- a/.changeset/quiet-pans-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue where a frame without any fonts passed would crash the render process. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 989a2dc8..1d72c17c 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.16.1 + +### Patch Changes + +- [#472](https://github.com/wevm/frog/pull/472) [`8529049`](https://github.com/wevm/frog/commit/85290498040e98d7d406f17e3668455a42372eed) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where a frame without any fonts passed would crash the render process. + ## 0.16.0 ### Minor Changes diff --git a/src/package.json b/src/package.json index 518f67c0..45a7ad14 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.16.0", + "version": "0.16.1", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 33e27332..65ca4fc6 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.16.0' +export const version = '0.16.1'