Skip to content

Commit fe1b6fb

Browse files
Trottdanielleadams
authored andcommitted
doc: simplify CHANGELOG.md
Remove unnecessary `<sup>` usage and lint-disabling comment. PR-URL: #40475 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
1 parent 5c90975 commit fe1b6fb

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,12 @@ Select a Node.js version below to view the changelog history:
2323
Please use the following table to find the changelog for a specific Node.js
2424
release.
2525

26-
<!--lint disable maximum-line-length-->
27-
2826
<table>
2927
<tr>
30-
<th title="LTS Until 2024-04"><a href="doc/changelogs/CHANGELOG_V16.md">16</a><sup>LTS</sup></th>
31-
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a><sup>LTS</sup></th>
32-
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a><sup>LTS</sup></th>
28+
<th title="Current"><a href="doc/changelogs/CHANGELOG_V17.md">17</a> (Current)</th>
29+
<th title="LTS Until 2024-04"><a href="doc/changelogs/CHANGELOG_V16.md">16</a> (LTS)</th>
30+
<th title="LTS Until 2023-04"><a href="doc/changelogs/CHANGELOG_V14.md">14</a> (LTS)</th>
31+
<th title="LTS Until 2022-04"><a href="doc/changelogs/CHANGELOG_V12.md">12</a> (LTS)</th>
3332
</tr>
3433
<tr>
3534
<td valign="top">

0 commit comments

Comments
 (0)