Skip to content

Commit 5ba7f56

Browse files
authored
Updates Releases page w/ last two patches (4.18.2, 4.18.3) (#1469)
* update current version data * add 4.18.2 and 4.18.3 to changelog/4x.html
1 parent 79188e7 commit 5ba7f56

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

_data/express.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
current_version: "4.18.1"
1+
current_version: "4.18.3"

en/changelog/4x.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,32 @@ redirect_from: "/changelog/4x.html"
88

99
# Release Change Log
1010

11+
## 4.18.3 - Release date: 2024-02-26
12+
{: id="4.18.3"}
13+
14+
The 4.18.3 patch release includes the following bug fix:
15+
16+
<ul>
17+
<li markdown="1" class="changelog-item">
18+
Fix routing requests without method [commit](https://github.com/expressjs/express/commit/74beeac0718c928b4ba249aba3652c52fbe32ca8)
19+
</li>
20+
</ul>
21+
22+
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)
23+
24+
## 4.18.2 - Release date: 2022-10-08
25+
{: id="4.18.2"}
26+
27+
The 4.18.2 patch release includes the following bug fix:
28+
29+
<ul>
30+
<li markdown="1" class="changelog-item">
31+
Fix regression routing a large stack in a single route [commit](https://github.com/expressjs/express/commit/7ec5dd2b3c5e7379f68086dae72859f5573c8b9b)
32+
</li>
33+
</ul>
34+
35+
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)
36+
1137
## 4.18.1 - Release date: 2022-04-29
1238
{: id="4.18.1"}
1339

0 commit comments

Comments
 (0)