Version Packages (#193)

pull/194/head @hono/firebase-auth@1.3.1
github-actions[bot] 2023-10-05 22:44:30 +09:00 committed by GitHub
parent 794f03c363
commit 4eb3eb5e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/firebase-auth': patch
---
fixed to make HTTPException instead of reponse null

View File

@ -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

View File

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