Skip to content

Commit 90a5d59

Browse files
committed
doc: fix Node.js 14.x changelogs
Remove the table headings for Node.js 13.x that were not removed in 631dd21. Vertically align the list of releases in the 14.x changelog as they are in the changelogs for 12.x and 10.x. PR-URL: #35756 Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: Shelley Vohr <[email protected]> Reviewed-By: Myles Borins <[email protected]> Reviewed-By: Michaël Zasso <[email protected]>
1 parent 7f78857 commit 90a5d59

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Select a Node.js version below to view the changelog history:
44

55
* [Node.js 14](doc/changelogs/CHANGELOG_V14.md) **Current**
6-
* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) **Current**
6+
* [Node.js 13](doc/changelogs/CHANGELOG_V13.md) End-of-Life
77
* [Node.js 12](doc/changelogs/CHANGELOG_V12.md) **Long Term Support**
88
* [Node.js 11](doc/changelogs/CHANGELOG_V11.md) End-of-Life
99
* [Node.js 10](doc/changelogs/CHANGELOG_V10.md) Long Term Support
@@ -25,7 +25,6 @@ release.
2525
<table>
2626
<tr>
2727
<th title="Current"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>Current</sup></th>
28-
<th title="Current"><a href="doc/changelogs/CHANGELOG_V13.md">13</a><sup>Current</sup></th>
2928
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
3029
<th title="LTS Until 2021-04"><a href="doc/changelogs/CHANGELOG_V10.md">10</a><sup>LTS</sup></th>
3130
</tr>

doc/changelogs/CHANGELOG_V14.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<th>Current</th>
1010
</tr>
1111
<tr>
12-
<td>
12+
<td valign="top">
1313
<a href="#14.14.0">14.14.0</a><br/>
1414
<a href="#14.13.0">14.13.0</a><br/>
1515
<a href="#14.12.0">14.12.0</a><br/>

0 commit comments

Comments
 (0)