parent
1823a28627
commit
8e8acb916f
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/clerk-auth': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Migrate to Clerk Core v2
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/clerk-auth
|
# @hono/clerk-auth
|
||||||
|
|
||||||
|
## 2.0.0
|
||||||
|
|
||||||
|
### Major Changes
|
||||||
|
|
||||||
|
- [#465](https://github.com/honojs/middleware/pull/465) [`1823a2862744628143ee78bf06c0df3a99d22209`](https://github.com/honojs/middleware/commit/1823a2862744628143ee78bf06c0df3a99d22209) Thanks [@MonsterDeveloper](https://github.com/MonsterDeveloper)! - Migrate to Clerk Core v2
|
||||||
|
|
||||||
## 1.0.3
|
## 1.0.3
|
||||||
|
|
||||||
### Patch Changes
|
### Patch Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/clerk-auth",
|
"name": "@hono/clerk-auth",
|
||||||
"version": "1.0.3",
|
"version": "2.0.0",
|
||||||
"description": "A third-party Clerk auth middleware for Hono",
|
"description": "A third-party Clerk auth middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.cjs",
|
"main": "dist/index.cjs",
|
||||||
|
|
Loading…
Reference in New Issue