From 0bf53d18b9e5181c65b8e2529a3631b151057df8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 07:43:42 +0900 Subject: [PATCH] Version Packages (#461) --- .changeset/loud-books-beam.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/loud-books-beam.md diff --git a/.changeset/loud-books-beam.md b/.changeset/loud-books-beam.md deleted file mode 100644 index 65da3b55..00000000 --- a/.changeset/loud-books-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -fixed error handling to wrap root errors diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index 25098913..f355c07f 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.4.1 + +### Patch Changes + +- [#456](https://github.com/honojs/middleware/pull/456) [`2d7af647caf45b032df75ce8e4fc8be9737bcea0`](https://github.com/honojs/middleware/commit/2d7af647caf45b032df75ce8e4fc8be9737bcea0) Thanks [@Code-Hex](https://github.com/Code-Hex)! - fixed error handling to wrap root errors + ## 1.4.0 ### Minor Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index 5e369243..fc7a2789 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.4.0", + "version": "1.4.1", "description": "A third-party firebase auth middleware for Hono", "type": "module", "main": "dist/index.cjs",