diff --git a/CHANGELOG.md b/CHANGELOG.md index aa784ff5834ef6..dfab02ecf435c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,8 @@ release. -13.12.0
+13.13.0
+13.12.0
13.11.0
13.10.1
13.10.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index 277dfd1691f935..c59c266c387711 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -441,7 +441,7 @@ disappear in a non-semver-major release. diff --git a/doc/api/dns.md b/doc/api/dns.md index 53c7dcece71a02..030bb7674b0cca 100644 --- a/doc/api/dns.md +++ b/doc/api/dns.md @@ -202,7 +202,7 @@ is not set to `true`, it returns a `Promise` for an `Object` with `address` and ### Supported getaddrinfo flags diff --git a/doc/api/fs.md b/doc/api/fs.md index 5bf3dcacde1741..af627f632b123e 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -3071,9 +3071,9 @@ this API: [`fs.read()`][]. ## `fs.readSync(fd, buffer, [options])` * `fd` {integer} @@ -3120,7 +3120,7 @@ The callback will be given three arguments: `err`, `bytesRead`, and ## `fs.readvSync(fd, buffers[, position])` * `fd` {integer} @@ -4509,7 +4509,7 @@ of the file. #### `filehandle.readv(buffers[, position])` * `buffers` {ArrayBufferView[]} diff --git a/doc/api/n-api.md b/doc/api/n-api.md index eda1d94f7289e1..db3fb92cd439f9 100644 --- a/doc/api/n-api.md +++ b/doc/api/n-api.md @@ -5239,7 +5239,7 @@ This API may be called from any thread which makes use of `func`. added: v10.6.0 napiVersion: 4 changes: - - version: REPLACEME + - version: v13.13.0 pr-url: https://github.com/nodejs/node/pull/32689 description: > Return `napi_would_deadlock` when called with `napi_tsfn_blocking` from diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index ac5aa2ccea0a66..79426c36cae3c5 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -60,7 +60,7 @@ to mark specific significant moments in the Performance Timeline. diff --git a/doc/api/util.md b/doc/api/util.md index 6cab40db100b4a..0f04d7bd179b97 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -398,7 +398,7 @@ stream.write('With ES6');