From 88135cbee554b75622df74e931cfbeda25a7ab0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2025 17:17:08 +0900 Subject: [PATCH] Version Packages (#924) --- .changeset/witty-mayflies-hunt.md | 5 ----- packages/firebase-auth/CHANGELOG.md | 6 ++++++ packages/firebase-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/witty-mayflies-hunt.md diff --git a/.changeset/witty-mayflies-hunt.md b/.changeset/witty-mayflies-hunt.md deleted file mode 100644 index 478629e00..000000000 --- a/.changeset/witty-mayflies-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -updated firebase-auth-cloudflare-workers version and firebase-tools version diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index f355c07ff..27ffd3575 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.4.2 + +### Patch Changes + +- [#923](https://github.com/honojs/middleware/pull/923) [`0e4118b09657569f37dee035c9d4c75192d08c06`](https://github.com/honojs/middleware/commit/0e4118b09657569f37dee035c9d4c75192d08c06) Thanks [@Code-Hex](https://github.com/Code-Hex)! - updated firebase-auth-cloudflare-workers version and firebase-tools version + ## 1.4.1 ### Patch Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index 54d079ab2..2ca752cf5 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.4.1", + "version": "1.4.2", "description": "A third-party firebase auth middleware for Hono", "type": "module", "main": "dist/index.cjs",