diff --git a/History.md b/History.md index cd5ccf0a39..73fc46b26f 100644 --- a/History.md +++ b/History.md @@ -1,7 +1,12 @@ +5.0.0-beta.3 / 2024-03-25 +========================= + +This incorporates all changes after 4.19.1 up to 4.19.2. + 5.0.0-beta.2 / 2024-03-20 ========================= -This incorporates all changes after 4.17.2 up to 4.19.2. +This incorporates all changes after 4.17.2 up to 4.19.1. 5.0.0-beta.1 / 2022-02-14 ========================= diff --git a/package.json b/package.json index e5f602cd25..5a8f978e1c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "5.0.0-beta.2", + "version": "5.0.0-beta.3", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",