From f131cca0c0092fc5b02d07051b6cf8fbb4e4b79f Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Mon, 3 Apr 2023 12:00:22 -0700 Subject: [PATCH] doc: reserve 116 for Electron 25 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/47375 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- 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 483031b7d7bd0e..27bee0724e2ae2 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 116,"runtime": "electron", "variant": "electron", "versions": "25" }, { "modules": 115,"runtime": "node", "variant": "v8_11.2", "versions": "20.0.0-pre" }, { "modules": 114,"runtime": "electron", "variant": "electron", "versions": "24" }, { "modules": 113,"runtime": "electron", "variant": "electron", "versions": "23" },