Version Packages (#474)

pull/476/head @hono/clerk-auth@2.0.0
github-actions[bot] 2024-04-25 22:46:58 +09:00 committed by GitHub
parent 1823a28627
commit 8e8acb916f
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/clerk-auth': major
---
Migrate to Clerk Core v2

View File

@ -1,5 +1,11 @@
# @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
### Patch Changes

View File

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