Version Packages (#1240)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>pull/1238/head @hono/clerk-auth@3.0.0
parent
69a278a2d3
commit
074bb88b4f
|
@ -1,7 +0,0 @@
|
|||
---
|
||||
'@hono/clerk-auth': major
|
||||
---
|
||||
|
||||
Move `@clerk/backend` from peerDependencies to dependencies and bump to `2.x.x`.
|
||||
|
||||
This change ensures the package is directly available without requiring consumers to install it separately. The version bump includes the upcoming machine authentication feature while maintaining backward compatibility.
|
|
@ -1,5 +1,13 @@
|
|||
# @hono/clerk-auth
|
||||
|
||||
## 3.0.0
|
||||
|
||||
### Major Changes
|
||||
|
||||
- [#1190](https://github.com/honojs/middleware/pull/1190) [`6ca78a14dad67d7920a7c70bbfdb752eeaaff9ad`](https://github.com/honojs/middleware/commit/6ca78a14dad67d7920a7c70bbfdb752eeaaff9ad) Thanks [@wobsoriano](https://github.com/wobsoriano)! - Move `@clerk/backend` from peerDependencies to dependencies and bump to `2.x.x`.
|
||||
|
||||
This change ensures the package is directly available without requiring consumers to install it separately. The version bump includes the upcoming machine authentication feature while maintaining backward compatibility.
|
||||
|
||||
## 2.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/clerk-auth",
|
||||
"version": "2.0.1",
|
||||
"version": "3.0.0",
|
||||
"description": "A third-party Clerk auth middleware for Hono",
|
||||
"type": "module",
|
||||
"main": "dist/index.cjs",
|
||||
|
|
Loading…
Reference in New Issue