Skip to content

Commit

Permalink
doc: claim ABI version for Electron v15 and v16
Browse files Browse the repository at this point in the history
PR-URL: #39950
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Shelley Vohr <shelley.vohr@gmail.com>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
  • Loading branch information
MarshallOfSound authored and nodejs-github-bot committed Sep 14, 2021
1 parent fa7c477 commit bbd4c6e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/abi_version_registry.json
@@ -1,5 +1,8 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 99, "runtime": "electron", "variant": "electron", "versions": "16" },
{ "modules": 98, "runtime": "electron", "variant": "electron", "versions": "15" },
{ "modules": 97, "runtime": "electron", "variant": "electron", "versions": "14" },
{ "modules": 96, "runtime": "node", "variant": "v8_9.3", "versions": "17.0.0-pre" },
{ "modules": 95, "runtime": "node", "variant": "v8_9.2", "versions": "17.0.0-pre" },
{ "modules": 94, "runtime": "node", "variant": "v8_9.1", "versions": "17.0.0-pre" },
Expand Down

0 comments on commit bbd4c6e

Please sign in to comment.