parent
40e3a780d1
commit
9506e3c424
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/oauth-providers': patch
|
||||
---
|
||||
|
||||
support hono v4.5
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/oauth-providers
|
||||
|
||||
## 0.6.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#662](https://github.com/honojs/middleware/pull/662) [`40e3a780d1c817abab48177a49fb8040eda4633d`](https://github.com/honojs/middleware/commit/40e3a780d1c817abab48177a49fb8040eda4633d) Thanks [@nakasyou](https://github.com/nakasyou)! - support hono v4.5
|
||||
|
||||
## 0.6.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/oauth-providers",
|
||||
"version": "0.6.1",
|
||||
"version": "0.6.2",
|
||||
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
|
||||
"main": "dist/index.js",
|
||||
"files": [
|
||||
|
|
Loading…
Reference in New Issue