From fe47c8ad913f80e082ec4cc7225670d9f3bf6982 Mon Sep 17 00:00:00 2001 From: David Sanders Date: Tue, 3 Oct 2023 05:12:59 -0700 Subject: [PATCH] doc: reserve 119 for Electron 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: David Sanders PR-URL: https://github.com/nodejs/node/pull/50020 Reviewed-By: Michaƫl Zasso Reviewed-By: Moshe Atlow Reviewed-By: Yagiz Nizipli Reviewed-By: Richard Lau --- 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 2208ef07d148a2..3c2bbfc0f0adaa 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 119,"runtime": "electron", "variant": "electron", "versions": "28" }, { "modules": 118,"runtime": "electron", "variant": "electron", "versions": "27" }, { "modules": 117,"runtime": "electron", "variant": "electron", "versions": "26" }, { "modules": 116,"runtime": "electron", "variant": "electron", "versions": "25" },