Skip to content

Commit

Permalink
feat(express): Support Express v5 (#4201)
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano authored Sep 23, 2024
1 parent e0ca9dc commit 99de68d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/three-falcons-glow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@clerk/express": major
---

Add support for Express 5
3 changes: 3 additions & 0 deletions packages/express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@
"tsup": "*",
"typescript": "*"
},
"peerDependencies": {
"express": "^4.17.0 || ^5.0.0"
},
"engines": {
"node": ">=18.17.0"
},
Expand Down

0 comments on commit 99de68d

Please sign in to comment.