From 657a78e30a000335fbcf6c6ea02aee11e8939763 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Mon, 22 Jul 2019 13:13:36 -0700 Subject: doc: claim NODE_MODULE_VERSION=76 for Electron 8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/28809 Refs: https://github.com/electron/electron/projects/20#card-24099810 Reviewed-By: Rich Trott Reviewed-By: Colin Ihrig Reviewed-By: Michaƫl Zasso Reviewed-By: Michael Dawson --- 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 16dbd00826..449808379e 100644 --- a/doc/abi_version_registry.json +++ b/doc/abi_version_registry.json @@ -1,5 +1,6 @@ { "NODE_MODULE_VERSION": [ + { "modules": 76, "runtime": "electron", "variant": "electron", "versions": "8" }, { "modules": 75, "runtime": "electron", "variant": "electron", "versions": "7" }, { "modules": 74, "runtime": "node", "variant": "v8_7.5", "versions": "13.0.0-pre" }, { "modules": 73, "runtime": "electron", "variant": "electron", "versions": "6" }, -- cgit v1.2.3