Version Packages (#61)

pull/63/head @hono/firebase-auth@1.2.0
github-actions[bot] 2023-03-06 20:49:48 +09:00 committed by GitHub
parent a798c307e1
commit 1e482e48d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/firebase-auth': minor
---
feat: support Hono v3

View File

@ -1,5 +1,11 @@
# @hono/firebase-auth
## 1.2.0
### Minor Changes
- [#60](https://github.com/honojs/middleware/pull/60) [`a798c30`](https://github.com/honojs/middleware/commit/a798c307e11cd8d414ee23259fe0c5730dfb8841) Thanks [@yusukebe](https://github.com/yusukebe)! - feat: support Hono v3
## 1.1.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/firebase-auth",
"version": "1.1.0",
"version": "1.2.0",
"description": "A third-party firebase auth middleware for Hono",
"main": "dist/index.js",
"types": "dist/index.d.ts",