From 209e1bad49c7fdac77eb2ff4f1e4c8437163d64e Mon Sep 17 00:00:00 2001 From: Ruy Adorno Date: Mon, 8 Feb 2021 22:26:35 -0500 Subject: [PATCH] 2021-02-09, Version 12.20.2 'Erbium' (LTS) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Notable changes: * deps: * V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245) * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173) --- 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 bcccdfb36115a0..63d67b7234533a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.20.1
+12.20.2
+12.20.1
12.20.0
12.19.1
12.19.0
diff --git a/doc/changelogs/CHANGELOG_V12.md b/doc/changelogs/CHANGELOG_V12.md index d455d9fc3fd515..78bb3426c6202b 100644 --- a/doc/changelogs/CHANGELOG_V12.md +++ b/doc/changelogs/CHANGELOG_V12.md @@ -11,6 +11,7 @@ +12.20.2
12.20.1
12.20.0
12.19.1
@@ -67,6 +68,23 @@ * [io.js](CHANGELOG_IOJS.md) * [Archive](CHANGELOG_ARCHIVE.md) + +## 2021-02-09, Version 12.20.2 'Erbium' (LTS), @ruyadorno + +### Notable changes + +* **deps**: + * V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245) + * upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173) + +### Commits + +* [[`f7600066db`](https://github.com/nodejs/node/commit/f7600066db)] - **async_hooks**: fix leak in AsyncLocalStorage exit (Stephen Belanger) [#35779](https://github.com/nodejs/node/pull/35779) +* [[`680496ee10`](https://github.com/nodejs/node/commit/680496ee10)] - **deps**: V8: backport dfcf1e86fac0 (Michaël Zasso) [#37245](https://github.com/nodejs/node/pull/37245) +* [[`427968d266`](https://github.com/nodejs/node/commit/427968d266)] - **deps**: upgrade npm to 6.14.11 (Ruy Adorno) [#37173](https://github.com/nodejs/node/pull/37173) +* [[`9a9cf1e6e6`](https://github.com/nodejs/node/commit/9a9cf1e6e6)] - **http**: do not loop over prototype in Agent (Michaël Zasso) [#36410](https://github.com/nodejs/node/pull/36410) +* [[`97183ae57d`](https://github.com/nodejs/node/commit/97183ae57d)] - **http2**: check write not scheduled in scope destructor (David Halls) [#36241](https://github.com/nodejs/node/pull/36241) + ## 2021-01-04, Version 12.20.1 'Erbium' (LTS), @richardlau diff --git a/src/node_version.h b/src/node_version.h index e338a379645647..92b749d5bd4290 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)