summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Schulhof <gabriel.schulhof@intel.com>2019-09-05 11:40:14 -0700
committerRuben Bridgewater <ruben@bridgewater.de>2019-09-25 19:19:23 +0200
commit325de437b358d3db77befa029d65ca42b7b24749 (patch)
tree16821c4eca994cb820bc13ba11fdc455e852a835
parent0a47d06150f572251e43948760c8116859a5b618 (diff)
downloadnode-new-325de437b358d3db77befa029d65ca42b7b24749.tar.gz
doc: update N-API version matrix
PR-URL: https://github.com/nodejs/node/pull/29461 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
-rw-r--r--doc/api/n-api.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 2678ebbdfe..02da93926d 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -160,14 +160,15 @@ from version 3 with some additions. This means that it is not necessary
to recompile for new versions of Node.js which are
listed as supporting a later version.
-| | 1 | 2 | 3 | 4 |
-|:-----:|:-------:|:--------:|:--------:|:--------:|
-| v6.x | | | v6.14.2* | |
-| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 |
-| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | |
-| v10.x | | | v10.0.0 | |
-| v11.x | | | v11.0.0 | v11.8.0 |
-| v12.x | | | | v12.0.0 |
+| | 1 | 2 | 3 | 4 | 5 |
+|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:|
+| v6.x | | | v6.14.2* | | |
+| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | v8.16.0 | |
+| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | |
+| v10.x | | | v10.0.0 | | |
+| v11.x | | | v11.0.0 | v11.8.0 | |
+| v12.x | | | | v12.0.0 | REPLACEME |
+| v13.x | | | | | |
\* Indicates that the N-API version was released as experimental