Skip to content

Commit

Permalink
chore: version packages (#266)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Apr 17, 2024
1 parent 97c5fd9 commit aac827d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/sour-apricots-end.md

This file was deleted.

6 changes: 6 additions & 0 deletions src/CHANGELOG.md
@@ -1,5 +1,11 @@
# frog

## 0.8.5

### Patch Changes

- [#241](https://github.com/wevm/frog/pull/241) [`97c5fd9`](https://github.com/wevm/frog/commit/97c5fd9a9383b809c1be886770c3e9e338c09813) Thanks [@dalechyn](https://github.com/dalechyn)! - Implemented error message response from frames. See https://warpcast.notion.site/Frames-Errors-ddc965b097d44d9ea03ddf98498597c6.

## 0.8.4

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

0 comments on commit aac827d

Please sign in to comment.