diff --git a/.changeset/long-kiwis-matter.md b/.changeset/long-kiwis-matter.md deleted file mode 100644 index 7ed27d5b..00000000 --- a/.changeset/long-kiwis-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Fixed an issue where `basePath` was not provided to the callback used in `initialState` parameter. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 47004639..5d6e688b 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.8 + +### Patch Changes + +- [#455](https://github.com/wevm/frog/pull/455) [`e1c8689`](https://github.com/wevm/frog/commit/e1c86893802e6c5391702770ef508f5ceb64269c) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where `basePath` was not provided to the callback used in `initialState` parameter. + ## 0.15.7 ### Patch Changes diff --git a/src/package.json b/src/package.json index adface09..5f6fc5bf 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.7", + "version": "0.15.8", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 287f9dff..3e4d4832 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.7' +export const version = '0.15.8'