Version Packages (#213)

pull/216/head @hono/clerk-auth@1.0.0
github-actions[bot] 2023-10-27 16:58:49 +09:00 committed by GitHub
parent a18da2a545
commit e5434ffc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/clerk-auth': major
---
Added Clerk Middleware

View File

@ -0,0 +1,7 @@
# @hono/clerk-auth
## 1.0.0
### Major Changes
- [#151](https://github.com/honojs/middleware/pull/151) [`a18da2a`](https://github.com/honojs/middleware/commit/a18da2a5456e7d4ec407569d202a0754df3ae472) Thanks [@octoper](https://github.com/octoper)! - Added Clerk Middleware

View File

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