diff --git a/.changeset/witty-mayflies-hunt.md b/.changeset/witty-mayflies-hunt.md deleted file mode 100644 index 478629e0..00000000 --- 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 f355c07f..27ffd357 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 54d079ab..2ca752cf 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",