This commit is contained in:
Ulises Gascón 2024-02-26 20:20:53 +01:00
parent b625132864
commit 1b51edac7c
No known key found for this signature in database
GPG Key ID: 04CD3F2FDE079578
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
unreleased 4.18.3 / 2024-02-26
========== ==========
* Fix routing requests without method * Fix routing requests without method

View File

@ -1,7 +1,7 @@
{ {
"name": "express", "name": "express",
"description": "Fast, unopinionated, minimalist web framework", "description": "Fast, unopinionated, minimalist web framework",
"version": "4.18.2", "version": "4.18.3",
"author": "TJ Holowaychuk <tj@vision-media.ca>", "author": "TJ Holowaychuk <tj@vision-media.ca>",
"contributors": [ "contributors": [
"Aaron Heckmann <aaron.heckmann+github@gmail.com>", "Aaron Heckmann <aaron.heckmann+github@gmail.com>",