parent
a798c307e1
commit
1e482e48d0
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/firebase-auth': minor
|
||||
---
|
||||
|
||||
feat: support Hono v3
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue