parent
6497f5772f
commit
afcb36f053
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/clerk-auth': patch
|
||||
---
|
||||
|
||||
fix: export esm
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/clerk-auth
|
||||
|
||||
## 1.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#460](https://github.com/honojs/middleware/pull/460) [`6497f5772f84027a07ef2c728cb10b2f8a172dda`](https://github.com/honojs/middleware/commit/6497f5772f84027a07ef2c728cb10b2f8a172dda) Thanks [@hadeeb](https://github.com/hadeeb)! - fix: export esm
|
||||
|
||||
## 1.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/clerk-auth",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "A third-party Clerk auth middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Reference in New Issue