Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRuy Adorno <ruyadorno@google.com>2022-10-20 23:54:55 +0300
committerRuy Adorno <ruyadorno@google.com>2022-10-21 00:10:27 +0300
commita4bcc81994c99dbc04089e3ed8d1f5a30a4dc716 (patch)
tree67bfe332935fa587db783f184ec800f6b3d97f5c /doc
parentcc6a96f61c321e0d0c6faaa3e1d4f1569cdd6b1f (diff)
2022-10-25, Version 18.12.0 'Hydrogen' (LTS)v18.12.0
Notable changes: This release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS" and will remain so until October 2023. After that time, it will move into "Maintenance" until end of life in April 2025. PR-URL: https://github.com/nodejs/node/pull/45100
Diffstat (limited to 'doc')
-rw-r--r--doc/changelogs/CHANGELOG_V18.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/changelogs/CHANGELOG_V18.md b/doc/changelogs/CHANGELOG_V18.md
index fc20daf1d44..4e25e722b22 100644
--- a/doc/changelogs/CHANGELOG_V18.md
+++ b/doc/changelogs/CHANGELOG_V18.md
@@ -4,10 +4,14 @@
<table>
<tr>
+<th>LTS 'Hydrogen'</th>
<th>Current</th>
</tr>
<tr>
<td>
+<a href="#18.12.0">18.12.0</a><br/>
+</td>
+<td>
<a href="#18.11.0">18.11.0</a><br/>
<a href="#18.10.0">18.10.0</a><br/>
<a href="#18.9.1">18.9.1</a><br/>
@@ -45,6 +49,17 @@
* [io.js](CHANGELOG_IOJS.md)
* [Archive](CHANGELOG_ARCHIVE.md)
+<a id="18.12.0"></a>
+
+## 2022-10-25, Version 18.12.0 'Hydrogen' (LTS), @ruyadorno and @RafaelGSS
+
+### Notable Changes
+
+This release marks the transition of Node.js 18.x into Long Term Support (LTS)
+with the codename 'Hydrogen'. The 18.x release line now moves into "Active LTS"
+and will remain so until October 2023. After that time, it will move into
+"Maintenance" until end of life in April 2025.
+
<a id="18.11.0"></a>
## 2022-10-13, Version 18.11.0 (Current), @danielleadams