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

Commit 2b8e8ca

Browse files
chore: version packages (#496)
* chore: version packages * Update src/package.json --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Vladyslav Dalechyn <[email protected]>
1 parent 8201ed3 commit 2b8e8ca

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/dry-coins-kneel.md

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

.changeset/stale-garlics-sip.md

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

src/CHANGELOG.md

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

3+
## 0.17.4
4+
5+
### Patch Changes
6+
7+
- [#495](https://github.com/wevm/frog/pull/495) [`8201ed3`](https://github.com/wevm/frog/commit/8201ed3fac70f6edc131e6f1cd57a55efa9095b9) Thanks [@dalechyn](https://github.com/dalechyn)! - Bumped `hono-og` to `0.0.28` which has a fix for constant memory leak issue.
8+
9+
- [#495](https://github.com/wevm/frog/pull/495) [`8201ed3`](https://github.com/wevm/frog/commit/8201ed3fac70f6edc131e6f1cd57a55efa9095b9) Thanks [@dalechyn](https://github.com/dalechyn)! - Bumped `hono-og` to the latest version which should solve the memory leak
10+
issue for those who don't use Vercel as the deployment platform.
11+
312
## 0.17.3
413

514
### 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.17.3",
4+
"version": "0.17.4",
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.17.3'
1+
export const version = '0.17.4'

0 commit comments

Comments
 (0)