From 15c2eb0e583e0c623e4c87ed0a7f5d657ccb949d Mon Sep 17 00:00:00 2001 From: Gabriel Schulhof Date: Fri, 20 Sep 2019 20:52:33 -0700 Subject: [PATCH] doc: update N-API version matrix PR-URL: https://github.com/nodejs/node/pull/29461 Backport-PR-URL: https://github.com/nodejs/node/pull/29643 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 | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index 1596a4274764be..79593723394213 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -145,13 +145,15 @@ available to the module code. ## N-API Version Matrix -| | 1 | 2 | 3 | 4 | -|:-----:|:-------:|:--------:|:--------:|:--------:| -| v6.x | | | v6.14.2* | | -| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | | -| 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 | +| | 1 | 2 | 3 | 4 | 5 | +|:-----:|:-------:|:--------:|:--------:|:--------:|:---------:| +| v6.x | | | v6.14.2* | | | +| v8.x | v8.0.0* | v8.10.0* | v8.11.2 | | | +| v9.x | v9.0.0* | v9.3.0* | v9.11.0* | | | +| v10.x | | | v10.0.0 | v10.16.0 | REPLACEME | +| v11.x | | | v11.0.0 | v11.8.0 | | +| v12.x | | | | v12.0.0 | | +| v13.x | | | | | | \* Indicates that the N-API version was released as experimental