From c111df5ce99f4c596b92a7e167b45aa8aa49f9d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:10:34 +0000 Subject: [PATCH] chore: version packages --- .changeset/sixty-months-worry.md | 5 ----- pkgs/hono/CHANGELOG.md | 6 ++++++ pkgs/hono/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/sixty-months-worry.md diff --git a/.changeset/sixty-months-worry.md b/.changeset/sixty-months-worry.md deleted file mode 100644 index aa4fb236..00000000 --- a/.changeset/sixty-months-worry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@farcaster/snap-hono": patch ---- - -fix hono missing.js extension diff --git a/pkgs/hono/CHANGELOG.md b/pkgs/hono/CHANGELOG.md index a0bed899..6316414d 100644 --- a/pkgs/hono/CHANGELOG.md +++ b/pkgs/hono/CHANGELOG.md @@ -1,5 +1,11 @@ # @farcaster/snap-hono +## 1.1.1 + +### Patch Changes + +- [`f33d19b`](https://github.com/farcasterxyz/snap/commit/f33d19b8d260ff039888fea257b6c5c60968cbe6) Thanks [@lyoshenka](https://github.com/lyoshenka)! - fix hono missing.js extension + ## 1.1.0 ### Minor Changes diff --git a/pkgs/hono/package.json b/pkgs/hono/package.json index b12d5ab8..d0b2990f 100644 --- a/pkgs/hono/package.json +++ b/pkgs/hono/package.json @@ -1,6 +1,6 @@ { "name": "@farcaster/snap-hono", - "version": "1.1.0", + "version": "1.1.1", "description": "Hono integration for Farcaster Snap servers", "repository": { "type": "git",