parent
2d7af647ca
commit
0bf53d18b9
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/firebase-auth': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
fixed error handling to wrap root errors
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/firebase-auth
|
# @hono/firebase-auth
|
||||||
|
|
||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#456](https://github.com/honojs/middleware/pull/456) [`2d7af647caf45b032df75ce8e4fc8be9737bcea0`](https://github.com/honojs/middleware/commit/2d7af647caf45b032df75ce8e4fc8be9737bcea0) Thanks [@Code-Hex](https://github.com/Code-Hex)! - fixed error handling to wrap root errors
|
||||||
|
|
||||||
## 1.4.0
|
## 1.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/firebase-auth",
|
"name": "@hono/firebase-auth",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"description": "A third-party firebase auth middleware for Hono",
|
"description": "A third-party firebase auth middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue