parent
794f03c363
commit
4eb3eb5e5a
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/firebase-auth': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fixed to make HTTPException instead of reponse null
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/firebase-auth
|
# @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
|
## 1.3.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/firebase-auth",
|
"name": "@hono/firebase-auth",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"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