From 1b9537b6a5042d1238c2adb5d721378aeac35091 Mon Sep 17 00:00:00 2001 From: Keeley Hammond Date: Sat, 30 Jul 2022 06:49:03 -0700 Subject: [PATCH] doc: claim ABI version for Electron 21 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/44034 Reviewed-By: Michaël Zasso Reviewed-By: Joyee Cheung Reviewed-By: Darshan Sen Reviewed-By: Tobias Nießen Reviewed-By: Richard Lau 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 0ed54e8e717fe5..b2778a83bf954c 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 109,"runtime": "electron", "variant": "electron", "versions": "21" }, { "modules": 108,"runtime": "node", "variant": "v8_10.1", "versions": "18.0.0" }, { "modules": 107,"runtime": "electron", "variant": "electron", "versions": "20" }, { "modules": 106,"runtime": "electron", "variant": "electron", "versions": "19" },