From 979142229722c418b34bed9d667178a3cfc3524b Mon Sep 17 00:00:00 2001 From: David Sanders Date: Thu, 20 Feb 2025 12:54:11 -0800 Subject: [PATCH] doc: reserve NMV 135 for Electron 36 --- 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 849e69b3935d74..027288610d1483 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 135,"runtime": "electron", "variant": "electron", "versions": "36" }, { "modules": 134,"runtime": "node", "variant": "v8_13.0", "versions": "24.0.0-pre" }, { "modules": 133,"runtime": "electron", "variant": "electron", "versions": "35" }, { "modules": 132,"runtime": "electron", "variant": "electron", "versions": "34" },