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",