Skip to content

Commit c65bdb9

Browse files
brettstackclaude
andcommitted
chore: configure 4.x maintenance branch and update docs for v5 stable
- Add 4.x maintenance branch to semantic-release config - Update README to reflect stable v5 release Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 4009405 commit c65bdb9

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11

2-
> **v5.0.0 Beta Released!** Version 5.0.0 is now available in beta with Node.js 24 support, removal of deprecated APIs, and a fix for nested routes and custom domains. Install with: `npm install @codegenie/serverless-express@beta`
3-
>
4-
> Upgrading should be seamless unless you relied on deprecated APIs. See [UPGRADE.md](UPGRADE.md#from-4x-to-5x) for details.
5-
>
6-
> **Note:** Version 4.x is now in maintenance mode and will only receive critical bug fixes.
2+
> **v5.0.0 Released!** Includes Node.js 24 support and removal of deprecated APIs. See [UPGRADE.md](UPGRADE.md#from-4x-to-5x) for upgrade instructions from v4.
73
84
<h2 align="center">Serverless Express by</h1>
95
<p align="center">

release.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module.exports = {
22
branches: [
33
'mainline',
4+
{ name: '4.x', range: '4.x', channel: '4.x' },
45
{ name: 'beta', prerelease: true }
56
],
67
plugins: [

0 commit comments

Comments
 (0)