Skip to content

Commit

Permalink
doc: claim ABI version for Electron v17
Browse files Browse the repository at this point in the history
Claiming a version for the next major Electron release.

PR-URL: #40320
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
miniak authored and nodejs-github-bot committed Oct 7, 2021
1 parent 09e8e14 commit 1fc1b0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/abi_version_registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"NODE_MODULE_VERSION": [
{ "modules": 101,"runtime": "electron", "variant": "electron", "versions": "17" },
{ "modules": 100,"runtime": "node", "variant": "v8_9.4", "versions": "17.0.0-pre" },
{ "modules": 99, "runtime": "electron", "variant": "electron", "versions": "16" },
{ "modules": 98, "runtime": "electron", "variant": "electron", "versions": "15" },
Expand Down

0 comments on commit 1fc1b0f

Please sign in to comment.