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 <[email protected]>
Reviewed-By: Tobias Nießen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • 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.