From 83b5efeb54f584ca4997895f3bc0ffdb1f096ca6 Mon Sep 17 00:00:00 2001 From: Calvin Date: Sun, 18 Aug 2024 18:43:30 -0600 Subject: [PATCH] doc: reserve ABI 130 for Electron 33 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backport-PR-URL: https://github.com/nodejs/node/pull/54455 PR-URL: https://github.com/nodejs/node/pull/54383 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow Reviewed-By: Jake Yuesong Li --- doc/abi_version_registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/abi_version_registry.json b/doc/abi_version_registry.json index 07df2ebdf6de93..204d1edce2128c 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 130,"runtime": "electron", "variant": "electron", "versions": "33" }, { "modules": 128, "runtime":"electron", "variant": "electron", "versions": "32" }, { "modules": 127, "runtime":"node", "variant": "v8_12.4", "versions": "22.0.0" }, { "modules": 126,"runtime": "node", "variant": "v8_12.3", "versions": "22.0.0-pre" },