From 4cb5b022e9e8e21bee5324af6aab49e87a84b4f5 Mon Sep 17 00:00:00 2001 From: nodejs-mobile-bot Date: Wed, 2 Sep 2026 15:00:58 +0000 Subject: [PATCH 1/2] release: nodejs-mobile 24.20.0-0 --- docs/CHANGELOG.md | 8 +++++++- expected-tree.txt | 2 +- mobile-src/src/node_mobile_version.h | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1f02999ffb..5001c1a3ec 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -6,6 +6,7 @@ +24.20.0-0
24.19.0-2
24.19.0-1
24.19.0-0
@@ -37,8 +38,13 @@ + +## 2026-09-02, Version 24.20.0-0 (Current) + +- _TODO: summarize changes before merging._ + -## 2026-08-23, Version 24.19.0-2 (Current) +## 2026-08-23, Version 24.19.0-2 ### Notable Changes diff --git a/expected-tree.txt b/expected-tree.txt index 63ea072c63..ab2eeb5781 100644 --- a/expected-tree.txt +++ b/expected-tree.txt @@ -14,4 +14,4 @@ # run prepare.sh (or regenerate-patches.py, which prints the hash) and # update the value below in the same commit. If you forget, CI fails and # prints the hash it got. -fbc10b7d21282ad5b4654f335263bcd40026eb48 +408864fba897050cd2bf10e1a1ff3ad3ba838bf1 diff --git a/mobile-src/src/node_mobile_version.h b/mobile-src/src/node_mobile_version.h index 0446fe105b..c4d144f16b 100644 --- a/mobile-src/src/node_mobile_version.h +++ b/mobile-src/src/node_mobile_version.h @@ -4,13 +4,13 @@ #include "node_version.h" #define NODE_MOBILE_MAJOR_VERSION 24 -#define NODE_MOBILE_MINOR_VERSION 19 +#define NODE_MOBILE_MINOR_VERSION 20 #define NODE_MOBILE_PATCH_VERSION 0 // Mobile rebuild revision of the same upstream Node version: the -R in the // vX.Y.Z-R release tag. Computed and bumped by the Cut release workflow // (docs/RELEASING.md on the recipe branch). -#define NODE_MOBILE_REVISION 2 +#define NODE_MOBILE_REVISION 0 #define NODE_MOBILE_VERSION_IS_RELEASE NODE_VERSION_IS_RELEASE From 3dc16b1207a317d13f85e6bb0fb9af22833219f3 Mon Sep 17 00:00:00 2001 From: Gregor MacLennan Date: Wed, 2 Sep 2026 16:10:25 +0100 Subject: [PATCH 2/2] Add notable changes for version 24.20.0-0 Updated changelog to summarize notable changes for version 24.20.0-0. --- docs/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5001c1a3ec..4906543195 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -41,7 +41,9 @@ ## 2026-09-02, Version 24.20.0-0 (Current) -- _TODO: summarize changes before merging._ +### Notable Changes + +- **Engine: Node.js 24.19.0 → 24.20.0** (V8 13.6). ## 2026-08-23, Version 24.19.0-2