diff --git a/History.md b/History.md index 9e85df3ceb..4aa02fb1fb 100644 --- a/History.md +++ b/History.md @@ -1,5 +1,5 @@ -unreleased -========== +4.18.3 / 2024-02-26 +=================== * Fix routing requests without method * deps: body-parser@1.20.2 diff --git a/package.json b/package.json index cf36773643..c3845d2d4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "express", "description": "Fast, unopinionated, minimalist web framework", - "version": "4.18.2", + "version": "4.18.3", "author": "TJ Holowaychuk ", "contributors": [ "Aaron Heckmann ",