Skip to content

Commit

Permalink
doc: added version 7 to N-API version matrix
Browse files Browse the repository at this point in the history
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: nodejs#35319
Reviewed-By: Gerhard Stöbich <[email protected]>
Reviewed-By: Chengzhong Wu <[email protected]>
Reviewed-By: Jiawen Geng <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
Reviewed-By: Rich Trott <[email protected]>
  • Loading branch information
NickNaso authored and Trott committed Sep 26, 2020
1 parent 325df03 commit d7dfa66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions doc/api/n-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,7 @@ listed as supporting a later version.
<th scope="col">4</th>
<th scope="col">5</th>
<th scope="col">6</th>
<th scope="col">7</th>
</tr>
<tr>
<th scope="row">v6.x</th>
Expand All @@ -265,6 +266,7 @@ listed as supporting a later version.
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">v8.x</th>
Expand All @@ -274,6 +276,7 @@ listed as supporting a later version.
<td>v8.16.0</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">v9.x</th>
Expand All @@ -283,6 +286,7 @@ listed as supporting a later version.
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">v10.x</th>
Expand All @@ -292,6 +296,7 @@ listed as supporting a later version.
<td>v10.16.0</td>
<td>v10.17.0</td>
<td>v10.20.0</td>
<td></td>
</tr>
<tr>
<th scope="row">v11.x</th>
Expand All @@ -301,6 +306,7 @@ listed as supporting a later version.
<td>v11.8.0</td>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">v12.x</th>
Expand All @@ -310,6 +316,7 @@ listed as supporting a later version.
<td>v12.0.0</td>
<td>v12.11.0</td>
<td>v12.17.0</td>
<td></td>
</tr>
<tr>
<th scope="row">v13.x</th>
Expand All @@ -319,6 +326,7 @@ listed as supporting a later version.
<td>v13.0.0</td>
<td>v13.0.0</td>
<td></td>
<td></td>
</tr>
<tr>
<th scope="row">v14.x</th>
Expand All @@ -328,6 +336,7 @@ listed as supporting a later version.
<td>v14.0.0</td>
<td>v14.0.0</td>
<td>v14.0.0</td>
<td>v14.12.0</td>
</tr>
</table>

Expand Down

0 comments on commit d7dfa66

Please sign in to comment.