From a1003c602e7071b1380e303d5bc4982f77450638 Mon Sep 17 00:00:00 2001 From: Myles Borins Date: Sun, 4 Apr 2021 16:00:17 -0400 Subject: [PATCH] 2021-04-06, Version 12.22.1 'Erbium' (LTS) This is a security release. Notable changes: Vulnerabilities fixed: Coming Soon PR-URL: TODO --- CHANGELOG.md | 3 ++- doc/changelogs/CHANGELOG_V12.md | 18 ++++++++++++++++++ src/node_version.h | 2 +- 3 files changed, 21 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 042d5d3dc58ed6..6312292c636e87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.22.0
+12.22.1
+12.22.0
12.21.0
12.20.2
12.20.1
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index 24b05e65e39d27..da4f0f95a13f34 100644 --- a/doc/changelogs/CHANGELOG_V12.md +++ b/doc/changelogs/CHANGELOG_V12.md @@ -11,6 +11,7 @@ +12.22.1
12.22.0
12.21.0
12.20.2
@@ -70,6 +71,23 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2021-04-06, Version 12.22.1 'Erbium' (LTS), @mylesborins + +This is a security release. + +### Notable Changes + +Vulnerabilities fixed: + +COMING SOON + +### Commits + +* [[`c947f1a0e1`](https://github.com/nodejs/node/commit/c947f1a0e1)] - **deps**: upgrade npm to 6.14.12 (Ruy Adorno) [#37918](https://github.com/nodejs/node/pull/37918) +* [[`51a753c06f`](https://github.com/nodejs/node/commit/51a753c06f)] - **deps**: update archs files for OpenSSL-1.1.1k (Tobias Nießen) [#37939](https://github.com/nodejs/node/pull/37939) +* [[`c85a519b48`](https://github.com/nodejs/node/commit/c85a519b48)] - **deps**: upgrade openssl sources to 1.1.1k (Tobias Nießen) [#37939](https://github.com/nodejs/node/pull/37939) + ## 2021-03-30, Version 12.22.0 'Erbium' (LTS), @richardlau diff --git a/src/node_version.h b/src/node_version.h index 1c54134ba5894c..fde24815bf699d 100644 --- a/src/node_version.h +++ b/src/node_version.h @@ -29,7 +29,7 @@ #define NODE_VERSION_IS_LTS 1 #define NODE_VERSION_LTS_CODENAME "Erbium" -#define NODE_VERSION_IS_RELEASE 0 +#define NODE_VERSION_IS_RELEASE 1 #ifndef NODE_STRINGIFY #define NODE_STRINGIFY(n) NODE_STRINGIFY_HELPER(n)