Skip to content

Commit

Permalink
doc: reserve 123 for Electron 30
Browse files Browse the repository at this point in the history
PR-URL: #51803
Reviewed-By: Michaël Zasso <[email protected]>
Reviewed-By: Marco Ippolito <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Adrian Estrada <[email protected]>
Reviewed-By: Shelley Vohr <[email protected]>
  • Loading branch information
VerteDinde authored and marco-ippolito committed Feb 27, 2024
1 parent ad8cefc commit 2de1e85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/abi_version_registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 123,"runtime": "electron", "variant": "electron", "versions": "30" },
{ "modules": 122,"runtime": "node", "variant": "v8_11.9", "versions": "22.0.0-pre" },
{ "modules": 121,"runtime": "electron", "variant": "electron", "versions": "29" },
{ "modules": 120,"runtime": "node", "variant": "v8_11.8", "versions": "21.0.0" },
{ "modules": 119,"runtime": "electron", "variant": "electron", "versions": "28" },
Expand Down

0 comments on commit 2de1e85

Please sign in to comment.