parent
a18da2a545
commit
e5434ffc2f
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/clerk-auth': major
|
|
||||||
---
|
|
||||||
|
|
||||||
Added Clerk Middleware
|
|
|
@ -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
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/clerk-auth",
|
"name": "@hono/clerk-auth",
|
||||||
"version": "0.0.0",
|
"version": "1.0.0",
|
||||||
"description": "A third-party Clerk auth middleware for Hono",
|
"description": "A third-party Clerk auth middleware for Hono",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"types": "dist/index.d.ts",
|
"types": "dist/index.d.ts",
|
||||||
|
|
Loading…
Reference in New Issue