Version Packages (#394)

pull/397/head @hono/firebase-auth@1.3.6
github-actions[bot] 2024-02-15 19:05:15 +09:00 committed by GitHub
parent 7e36ecc3f6
commit 5e0c8a6e0c
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
---
- supported v4 to get header values

View File

@ -1,5 +1,11 @@
# @hono/firebase-auth
## 1.3.6
### Patch Changes
- [#393](https://github.com/honojs/middleware/pull/393) [`7e36ecc3f62612f7850c3e5c17698c617d68cf7a`](https://github.com/honojs/middleware/commit/7e36ecc3f62612f7850c3e5c17698c617d68cf7a) Thanks [@Code-Hex](https://github.com/Code-Hex)! - - supported v4 to get header values
## 1.3.5
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/firebase-auth",
"version": "1.3.5",
"version": "1.3.6",
"description": "A third-party firebase auth middleware for Hono",
"type": "module",
"main": "dist/index.cjs",