diff --git a/.changeset/khaki-fishes-guess.md b/.changeset/khaki-fishes-guess.md deleted file mode 100644 index 0baab3ea..00000000 --- a/.changeset/khaki-fishes-guess.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"frog": patch ---- - -Added `initialState` as a fallback to `c.previousState` in handlers that depend on the state but cannot retrieve one. diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 73a3d9c4..47004639 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # frog +## 0.15.7 + +### Patch Changes + +- [#449](https://github.com/wevm/frog/pull/449) [`0fb3dee`](https://github.com/wevm/frog/commit/0fb3deed620068d5d0b4e0b0734d832bd6957e00) Thanks [@dalechyn](https://github.com/dalechyn)! - Added `initialState` as a fallback to `c.previousState` in handlers that depend on the state but cannot retrieve one. + ## 0.15.6 ### Patch Changes diff --git a/src/package.json b/src/package.json index e5740b77..adface09 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "frog", "description": "Framework for Farcaster Frames", - "version": "0.15.6", + "version": "0.15.7", "type": "module", "module": "_lib/index.js", "types": "_lib/index.d.ts", diff --git a/src/version.ts b/src/version.ts index 1a25e753..287f9dff 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1 +1 @@ -export const version = '0.15.6' +export const version = '0.15.7'