From 1d316c188fbecd125b16cd310986f636571c646a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 01:52:09 +0900 Subject: [PATCH] Version Packages (#195) --- .changeset/make-http-exception-2.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/make-http-exception-2.md diff --git a/.changeset/make-http-exception-2.md b/.changeset/make-http-exception-2.md deleted file mode 100644 index e949c929..00000000 --- a/.changeset/make-http-exception-2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -fixed to make HTTPException instead of reponse null for bad request diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index a30a479b..fbd29503 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.3.2 + +### Patch Changes + +- [#194](https://github.com/honojs/middleware/pull/194) [`152e93e`](https://github.com/honojs/middleware/commit/152e93e5987e14804792acad274594e1828d333a) Thanks [@Code-Hex](https://github.com/Code-Hex)! - fixed to make HTTPException instead of reponse null for bad request + ## 1.3.1 ### Patch Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index d04f4b39..11df432f 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.3.1", + "version": "1.3.2", "description": "A third-party firebase auth middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",