From eaa9f833098d687ad0c49f96bff0c79650b293b0 Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Thu, 5 Sep 2019 11:40:14 -0700 Subject: [PATCH] doc: update N-API version matrix PR-URL: https://github.com/nodejs/node/pull/29461 Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Beth Griggs Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca --- doc/api/n-api.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index b8f9d7c0b53a69..a62fbbf1861260 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -158,14 +158,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 | v10.16.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 | v10.16.0 | | +| v11.x | | | v11.0.0 | v11.8.0 | | +| v12.x | | | | v12.0.0 | | +| v13.x | | | | | REPLACEME | \* Indicates that the N-API version was released as experimental