From 8833b2f0148247b03cc453113c86862cad7092e3 Mon Sep 17 00:00:00 2001 From: Michaela Laurencin <35157522+mlaurencin@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:08:25 -0400 Subject: [PATCH] doc: reserve 132 for Electron 34 This PR reserves NMV 132 for Electron 34 --- 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 0f795371a6158c..e01ef11186e577 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 132,"runtime": "electron", "variant": "electron", "versions": "34" }, { "modules": 131,"runtime": "node", "variant": "v8_12.9", "versions": "23.0.0-pre" }, { "modules": 130,"runtime": "electron", "variant": "electron", "versions": "33" }, { "modules": 129,"runtime": "node", "variant": "v8_12.8", "versions": "23.0.0-pre" },