Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/n-api.md')
-rw-r--r--doc/api/n-api.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index bbec2cc3ac7..cefb66b6148 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -167,7 +167,7 @@ listed as supporting a later version.
| v10.x | | | v10.0.0 | v10.16.0 | |
| v11.x | | | v11.0.0 | v11.8.0 | |
| v12.x | | | | v12.0.0 | v12.11.0 |
-| v13.x | | | | | REPLACEME |
+| v13.x | | | | | v13.0.0 |
\* Indicates that the N-API version was released as experimental
@@ -3152,7 +3152,7 @@ defined in [Section 7.2.14][] of the ECMAScript Language Specification.
### napi_detach_arraybuffer
<!-- YAML
-added: REPLACEME
+added: v13.0.0
-->
```C