From fe4fc43fa24b18436f659b147a45ecd59351f51f Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Wed, 19 Aug 2026 13:52:38 -0400 Subject: [PATCH] doc: reserve NMV 150 for Electron 45 Signed-off-by: John Kleinschmidt --- 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 c7c497f35839..c647c0a6861e 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 150,"runtime": "electron", "variant": "electron", "versions": "45" }, { "modules": 149,"runtime": "electron", "variant": "electron", "versions": "44" }, { "modules": 148,"runtime": "electron", "variant": "electron", "versions": "43" }, { "modules": 147,"runtime": "node", "variant": "v8_14.6", "versions": "26.0.0-pre" },