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/embedding.md')
-rw-r--r--doc/api/embedding.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/embedding.md b/doc/api/embedding.md
index 82c87f5890f..4bae63aae2a 100644
--- a/doc/api/embedding.md
+++ b/doc/api/embedding.md
@@ -69,7 +69,7 @@ int main(int argc, char** argv) {
### Per-instance state
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v15.0.0
pr-url: https://github.com/nodejs/node/pull/35597
description:
The `CommonEnvironmentSetup` and `SpinEventLoop` utilities were added.