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

Commit 628178f

Browse files
chore: version packages (#480)
* 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 6372b2c commit 628178f

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/light-needles-tap.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.17.1
4+
5+
### Patch Changes
6+
7+
- [#478](https://github.com/wevm/frog/pull/478) [`0f482cd`](https://github.com/wevm/frog/commit/0f482cdb3d93500dbf4888c6030462bb93a8d0cb) Thanks [@dalechyn](https://github.com/dalechyn)! - Fixed an issue where `getFrameMetadata` would return escaped symbols.
8+
39
## 0.17.0
410

511
### Minor 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.0",
4+
"version": "0.17.1",
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.0'
1+
export const version = '0.17.1'

0 commit comments

Comments
 (0)