From c967090a7da5aeb5f4cc79abb866aef55b5243a7 Mon Sep 17 00:00:00 2001 From: Calvin Watford Date: Tue, 22 Apr 2025 14:29:51 -0600 Subject: [PATCH] doc: reserve module version 136 for Electron 37 --- 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 027288610d1483..4335b34e4db604 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 136,"runtime": "electron", "variant": "electron", "versions": "37" }, { "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" },