From 22700fc3722395acbf4870b60621a1e67a49c986 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulises=20Gasc=C3=B3n?= Date: Mon, 26 Feb 2024 18:30:58 +0100 Subject: [PATCH] 4.18.3 --- History.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ",