parent
152e93e598
commit
1d316c188f
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/firebase-auth': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fixed to make HTTPException instead of reponse null for bad request
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/firebase-auth
|
# @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
|
## 1.3.1
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/firebase-auth",
|
"name": "@hono/firebase-auth",
|
||||||
"version": "1.3.1",
|
"version": "1.3.2",
|
||||||
"description": "A third-party firebase auth middleware for Hono",
|
"description": "A third-party firebase auth middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue