Version Packages (#462)

pull/464/head @hono/clerk-auth@1.0.2
github-actions[bot] 2024-04-19 09:06:11 +09:00 committed by GitHub
parent 6497f5772f
commit afcb36f053
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': patch
---
fix: export esm

View File

@ -1,5 +1,11 @@
# @hono/clerk-auth # @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 ## 1.0.1
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/clerk-auth", "name": "@hono/clerk-auth",
"version": "1.0.1", "version": "1.0.2",
"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",