Version Packages (#195)

pull/206/head @hono/firebase-auth@1.3.2
github-actions[bot] 2023-10-07 01:52:09 +09:00 committed by GitHub
parent 152e93e598
commit 1d316c188f
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 for bad request

View File

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

View File

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