Skip to content
This repository was archived by the owner on Mar 4, 2020. It is now read-only.

Commit a7330ed

Browse files
authored
doc: update versions for Electron v6
1 parent 7778c40 commit a7330ed

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ The Electron Project embeds Node, which allows developers to leverage all of Nod
2222
`master` in this fork is an unused branch; a version of Node present in a release line can be found in a branch with the naming scheme
2323
`electron-node-vX.Y.Z`.
2424

25-
| | 5-0-x | 4-0-x | 3-0-x | 2-0-x | 1-8-x | 1-7-x |
26-
|---|---|---|---|---|---|---|
27-
| Chromium | `v72.0.3626.52` | `v69.0.3497.106` | `v66.0.3359.181` | `v61.0.3163.100` | `v59.0.3071.115` | `v58.0.3029.110` |
28-
| Node | [`v12.0.0-unreleased`][node50x] | [`v10.11.0`][node40x] | [`v10.2.0`][node30x] | [`v8.9.3`][node20x] | [`v8.2.1`][node18x] | [`v7.9.0`][node17x] |
29-
| V8 | `7.2.502.19` | `v6.9.427.24` | `v6.6.346.23` | `v6.1.534.36` | `v5.8.283.38` | `v5.5.372.40` |
25+
| | 6-0-x | 5-0-x | 4-0-x | 3-0-x | 2-0-x | 1-8-x | 1-7-x |
26+
|---|---|---|---|---|---|---|---|
27+
| Chromium | `v76.0.3809.60` | `v73.0.3683.121` | `v69.0.3497.106` | `v66.0.3359.181` | `v61.0.3163.100` | `v59.0.3071.115` | `v58.0.3029.110` |
28+
| Node | [`v12.4.0`][node60x] | [`v12.0.0-unreleased`][node50x] | [`v10.11.0`][node40x] | [`v10.2.0`][node30x] | [`v8.9.3`][node20x] | [`v8.2.1`][node18x] | [`v7.9.0`][node17x] |
29+
| V8 | `7.6.303.19` | `7.2.502.19` | `v6.9.427.24` | `v6.6.346.23` | `v6.1.534.36` | `v5.8.283.38` | `v5.5.372.40` |
3030

3131
See [our website](https://electronjs.org) for what versions of Node are present in which release lines.
3232

@@ -40,3 +40,4 @@ To make changes to Node for a specific version of Electron, see `electron/vendor
4040
[node30x]: https://github.com/electron/node/tree/electron-node-v10.2.0
4141
[node40x]: https://github.com/electron/node/tree/electron-node-v10.11.0-V8-6.9
4242
[node50x]: https://github.com/electron/node/tree/electron-node-v12.x
43+
[node60x]: https://github.com/electron/node/commits/electron-node-v12.4

0 commit comments

Comments
 (0)