From d557cca01e73668ff9b0475222a08db3c957ab76 Mon Sep 17 00:00:00 2001 From: Sebastian Beltran Date: Mon, 4 Nov 2024 08:45:37 -0500 Subject: [PATCH] General changelog (#1656) * general changelog * add version 5 releases --- en/changelog/{4x.md => index.md} | 31 +++++++++++++++++++++++++++---- 1 file changed, 27 insertions(+), 4 deletions(-) rename en/changelog/{4x.md => index.md} (95%) diff --git a/en/changelog/4x.md b/en/changelog/index.md similarity index 95% rename from en/changelog/4x.md rename to en/changelog/index.md index fc2a651d77..72e519e820 100644 --- a/en/changelog/4x.md +++ b/en/changelog/index.md @@ -1,13 +1,36 @@ --- layout: page -title: Express 4.x changelog -description: Stay updated with the release change log for Express.js 4.x, detailing new features, bug fixes, and important changes across versions. +title: Express changelog +description: Stay updated with the release changelog for Express.js, detailing new features, bug fixes, and important changes across versions. menu: changelog lang: en -redirect_from: "/changelog/4x.html" +redirect_from: + - "/changelog/4x.html" + - "en/changelog/4x.html" --- -# Release Change Log +# Release changelog + +All the latest updates, improvements, and fixes to Express + +## 5.0.1 - Release date: 2024-10-08 +{: id="5.0.1"} + +The 5.0.1 patch release includes one security fix: + +* Update [jshttps/cookie](https://www.npmjs.com/package/cookie) to address a [vulnerability](https://github.com/advisories/GHSA-pxg6-pf52-xh8x). + +## 5.0.0 - Release date: 2024-09-09 +{: id="5.0.0"} + +Check the [migration guide]({{page.lang}}/guide/migrating-5.html) with all the changes in this new version of Express. + +## 4.21.1 - Release date: 2024-10-08 +{: id="4.21.1"} + +The 4.21.1 patch release includes one security fix: + +* Update [jshttps/cookie](https://www.npmjs.com/package/cookie) to address a [vulnerability](https://github.com/advisories/GHSA-pxg6-pf52-xh8x). ## 4.21.0 - Release date: 2024-09-11 {: id="4.21.0"}