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

Commit 48dc453

Browse files
chore: version packages (#361)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42f143d commit 48dc453

File tree

4 files changed

+12
-8
lines changed

4 files changed

+12
-8
lines changed

.changeset/old-bugs-yell.md

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

src/CHANGELOG.md

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

3+
## 0.11.8
4+
5+
### Patch Changes
6+
7+
- [#360](https://github.com/wevm/frog/pull/360) [`42f143d`](https://github.com/wevm/frog/commit/42f143d22802fb7764eb043ca18fffecacca1eb4) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue with `valibot` having an incorrect schema on parsing POST request.
8+
39
## 0.11.7
410

511
### Patch Changes

src/package.json

Lines changed: 5 additions & 2 deletions
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.7",
4+
"version": "0.11.8",
55
"type": "module",
66
"module": "_lib/index.js",
77
"types": "_lib/index.d.ts",
@@ -121,7 +121,10 @@
121121
"license": "MIT",
122122
"homepage": "https://frog.fm",
123123
"repository": "wevm/frog",
124-
"authors": ["awkweb.eth", "jxom.eth"],
124+
"authors": [
125+
"awkweb.eth",
126+
"jxom.eth"
127+
],
125128
"funding": [
126129
{
127130
"type": "github",

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.7'
1+
export const version = '0.11.8'

0 commit comments

Comments
 (0)