diff --git a/.changeset/dark-crabs-go.md b/.changeset/dark-crabs-go.md deleted file mode 100644 index 7533cd87..00000000 --- a/.changeset/dark-crabs-go.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/clerk-auth': patch ---- - -updated clerk dependency diff --git a/packages/clerk-auth/CHANGELOG.md b/packages/clerk-auth/CHANGELOG.md index 99039284..68f055d4 100644 --- a/packages/clerk-auth/CHANGELOG.md +++ b/packages/clerk-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/clerk-auth +## 3.0.1 + +### Patch Changes + +- [#1262](https://github.com/honojs/middleware/pull/1262) [`f611394629df8825972c24de944e9bc727bf610d`](https://github.com/honojs/middleware/commit/f611394629df8825972c24de944e9bc727bf610d) Thanks [@RasengunShotaro](https://github.com/RasengunShotaro)! - updated clerk dependency + ## 3.0.0 ### Major Changes diff --git a/packages/clerk-auth/package.json b/packages/clerk-auth/package.json index 660a6eb8..50354dde 100644 --- a/packages/clerk-auth/package.json +++ b/packages/clerk-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/clerk-auth", - "version": "3.0.0", + "version": "3.0.1", "description": "A third-party Clerk auth middleware for Hono", "type": "module", "main": "dist/index.cjs",