diff --git a/.changeset/make-http-exception.md b/.changeset/make-http-exception.md deleted file mode 100644 index f3ae9fdd..00000000 --- a/.changeset/make-http-exception.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -fixed to make HTTPException instead of reponse null \ No newline at end of file diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index 845bf6d7..a30a479b 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.3.1 + +### Patch Changes + +- [#191](https://github.com/honojs/middleware/pull/191) [`794f03c`](https://github.com/honojs/middleware/commit/794f03c3633abefce1b16fb1f4322d87f2568a8e) Thanks [@Code-Hex](https://github.com/Code-Hex)! - fixed to make HTTPException instead of reponse null + ## 1.3.0 ### Minor Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index 3f7e9f67..d04f4b39 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.3.0", + "version": "1.3.1", "description": "A third-party firebase auth middleware for Hono", "main": "dist/index.js", "types": "dist/index.d.ts",