Skip to content

Commit

Permalink
chore: version packages (#496)
Browse files Browse the repository at this point in the history
* 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 <vlad.dalechin@gmail.com>
  • Loading branch information
3 people authored Oct 3, 2024
1 parent 8201ed3 commit 2b8e8ca
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dry-coins-kneel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/stale-garlics-sip.md

This file was deleted.

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

## 0.17.4

### Patch Changes

- [#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.

- [#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
issue for those who don't use Vercel as the deployment platform.

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

0 comments on commit 2b8e8ca

Please sign in to comment.