Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _data/express.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
current_version: "4.18.1"
current_version: "4.18.3"
26 changes: 26 additions & 0 deletions en/changelog/4x.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,32 @@ redirect_from: "/changelog/4x.html"

# Release Change Log

## 4.18.3 - Release date: 2024-02-26
{: id="4.18.3"}

The 4.18.3 patch release includes the following bug fix:

<ul>
<li markdown="1" class="changelog-item">
Fix routing requests without method [commit](https://github.com/expressjs/express/commit/74beeac0718c928b4ba249aba3652c52fbe32ca8)
</li>
</ul>

For a complete list of changes in this release, see [History.md](https://github.com/expressjs/express/blob/master/History.md#4183--2024-02-26)

## 4.18.2 - Release date: 2022-10-08
{: id="4.18.2"}

The 4.18.2 patch release includes the following bug fix:

<ul>
<li markdown="1" class="changelog-item">
Fix regression routing a large stack in a single route [commit](https://github.com/expressjs/express/commit/7ec5dd2b3c5e7379f68086dae72859f5573c8b9b)
</li>
</ul>

For a complete list of changes in this release, see [History.md](https://github.com/expressjs/express/blob/master/History.md#4182--2022-10-08)

## 4.18.1 - Release date: 2022-04-29
{: id="4.18.1"}

Expand Down