Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit d288be3

Browse files
chore: version packages (#373)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent b5d43d8 commit d288be3

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
lines changed

.changeset/cold-chicken-mate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/loud-pens-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# frog
22

3+
## 0.11.10
4+
5+
### Patch Changes
6+
7+
- [#374](https://github.com/wevm/frog/pull/374) [`b5d43d8`](https://github.com/wevm/frog/commit/b5d43d8e7fa9d3c3f0c1ed59419a68666fb97f7a) Thanks [@dalechyn](https://github.com/dalechyn)! - Added previously missed type exports for `CastActionContext`, `CastActionHandler`, `CastActionResponse`, `ImageContext`, `ImageResponse` and `ImageHandler`
8+
9+
- [#366](https://github.com/wevm/frog/pull/366) [`bbe3e09`](https://github.com/wevm/frog/commit/bbe3e09d9208222f8f47b209f146c52ff21c34bd) Thanks [@dalechyn](https://github.com/dalechyn)! - Added support of `c.error` responses in `.frame` and `.transaction` handlers in DevTools.
10+
311
## 0.11.9
412

513
### Patch Changes

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "frog",
33
"description": "Framework for Farcaster Frames",
4-
"version": "0.11.9",
4+
"version": "0.11.10",
55
"type": "module",
66
"module": "_lib/index.js",
77
"types": "_lib/index.d.ts",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '0.11.9'
1+
export const version = '0.11.10'

0 commit comments

Comments
 (0)