Version Packages (#1296)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1297/head @hono/clerk-auth@3.0.2
github-actions[bot] 2025-07-10 07:27:38 +09:00 committed by GitHub
parent 0f472345c7
commit 4e5f592359
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 7 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/clerk-auth': patch
---
Upgrade clerk dependencies.

View File

@ -1,5 +1,11 @@
# @hono/clerk-auth
## 3.0.2
### Patch Changes
- [#1295](https://github.com/honojs/middleware/pull/1295) [`0f472345c737ed054bf26c2e0ab13d71dc0fcbcd`](https://github.com/honojs/middleware/commit/0f472345c737ed054bf26c2e0ab13d71dc0fcbcd) Thanks [@brkalow](https://github.com/brkalow)! - Upgrade clerk dependencies.
## 3.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/clerk-auth",
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"exports": {
".": "./src/index.ts"

View File

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