From 94fde3b5fd5eddb6d0636f2e01f0c24b7cd5f324 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 16 May 2019 20:31:31 -0400 Subject: [PATCH 1/2] doc,n-api: fix `introduced_in` metadata Node.js v7.10.0 did not contain N-API. Update the `introduced_in` metadata to prevent a broken 7.x "View another version" link in the N-API docs. --- doc/api/n-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index c5e3ef4fbcc100..e3241344463329 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -1,6 +1,6 @@ # N-API - + > Stability: 2 - Stable From 891cef96a077a982e5dc515b286d5b1d1ca237d9 Mon Sep 17 00:00:00 2001 From: Richard Lau Date: Thu, 16 May 2019 20:42:26 -0400 Subject: [PATCH 2/2] doc,n-api: update N-API version matrix for v12.x --- doc/api/n-api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index e3241344463329..49db0d4e58591e 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -152,6 +152,7 @@ available to the module code. | 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 | \* Indicates that the N-API version was released as experimental