Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
</tr>
<tr>
<td>
<a href="#24.20.0-0">24.20.0-0</a><br/>
<a href="#24.19.0-2">24.19.0-2</a><br/>
<a href="#24.19.0-1">24.19.0-1</a><br/>
<a href="#24.19.0-0">24.19.0-0</a><br/>
Expand Down Expand Up @@ -37,8 +38,15 @@
</tr>
</table>

<a id="24.20.0-0"></a>
## 2026-09-02, Version 24.20.0-0 (Current)

### Notable Changes

- **Engine: Node.js 24.19.0 → 24.20.0** (V8 13.6).

<a id="24.19.0-2"></a>
## 2026-08-23, Version 24.19.0-2 (Current)
## 2026-08-23, Version 24.19.0-2

### Notable Changes

Expand Down
2 changes: 1 addition & 1 deletion expected-tree.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions mobile-src/src/node_mobile_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading