Version Packages (#461)

pull/462/head @hono/firebase-auth@1.4.1
github-actions[bot] 2024-04-18 07:43:42 +09:00 committed by GitHub
parent 2d7af647ca
commit 0bf53d18b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/firebase-auth': patch
---
fixed error handling to wrap root errors

View File

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

View File

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