From b785e180eef38b5f70cbd99e6e955236d6900c5b Mon Sep 17 00:00:00 2001 From: Calvin Watford Date: Thu, 11 Jun 2026 14:45:07 -0700 Subject: [PATCH] doc: reserve NMV 149 for Electron 44 Signed-off-by: Calvin Watford --- 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 a7640c3ed5fde3..c7c497f35839d4 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "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" }, { "modules": 146,"runtime": "electron", "variant": "electron", "versions": "42" },