From d7dfa66baa4c3e8c69841455bb170479147889cf Mon Sep 17 00:00:00 2001 From: NickNaso Date: Wed, 23 Sep 2020 22:33:14 +0200 Subject: [PATCH] doc: added version 7 to N-API version matrix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Node.js version 14.12.0 released the N-API version 7, but it's not present on the N-API version matrix. This change should fix the problem in the documentation. PR-URL: https://github.com/nodejs/node/pull/35319 Reviewed-By: Gerhard Stöbich Reviewed-By: Chengzhong Wu Reviewed-By: Jiawen Geng Reviewed-By: Michael Dawson Reviewed-By: Rich Trott --- doc/api/n-api.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/api/n-api.md b/doc/api/n-api.md index ec3790721d5559..5e46867c0af076 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -256,6 +256,7 @@ listed as supporting a later version. 4 5 6 + 7 v6.x @@ -265,6 +266,7 @@ listed as supporting a later version. + v8.x @@ -274,6 +276,7 @@ listed as supporting a later version. v8.16.0 + v9.x @@ -283,6 +286,7 @@ listed as supporting a later version. + v10.x @@ -292,6 +296,7 @@ listed as supporting a later version. v10.16.0 v10.17.0 v10.20.0 + v11.x @@ -301,6 +306,7 @@ listed as supporting a later version. v11.8.0 + v12.x @@ -310,6 +316,7 @@ listed as supporting a later version. v12.0.0 v12.11.0 v12.17.0 + v13.x @@ -319,6 +326,7 @@ listed as supporting a later version. v13.0.0 v13.0.0 + v14.x @@ -328,6 +336,7 @@ listed as supporting a later version. v14.0.0 v14.0.0 v14.0.0 + v14.12.0