Skip to content

Commit

Permalink
chore: version packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 23, 2024
1 parent d457c65 commit b5e0945
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/cuddly-pugs-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/seven-birds-float.md

This file was deleted.

8 changes: 8 additions & 0 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# frog

## 0.11.4

### Patch Changes

- [#333](https://github.com/wevm/frog/pull/333) [`d457c65`](https://github.com/wevm/frog/commit/d457c65cb4726905f77578579f6644c2f242ebaa) Thanks [@dalechyn](https://github.com/dalechyn)! - Added Gnosis chain support.

- [#294](https://github.com/wevm/frog/pull/294) [`c9257f5`](https://github.com/wevm/frog/commit/c9257f514bbbf2fb2a6668a89f8fae8391525a77) Thanks [@dalechyn](https://github.com/dalechyn)! - Introduced `.image` handler to handle images separately from the frame handler.

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "frog",
"description": "Framework for Farcaster Frames",
"version": "0.11.3",
"version": "0.11.4",
"type": "module",
"module": "_lib/index.js",
"types": "_lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = '0.11.3'
export const version = '0.11.4'

0 comments on commit b5e0945

Please sign in to comment.