From 4eb3eb5e5a030d83c537ef6ebd5a80905f6738b5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 22:44:30 +0900 Subject: [PATCH] Version Packages (#193) --- .changeset/make-http-exception.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.md 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",