diff --git a/CHANGELOG.md b/CHANGELOG.md index 09e83dd53085ef..d93885d7382c96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ release. -22.7.0
+22.8.0
+22.7.0
22.6.0
22.5.1
22.5.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index e76499d914a664..7908bffc46b8de 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -1084,7 +1084,7 @@ report is not generated. See the documentation on ### `--experimental-test-isolation=mode` > Stability: 1.0 - Early development @@ -2221,7 +2221,7 @@ is ignored and concurrency is one. Otherwise, concurrency defaults to ### `--test-coverage-branches=threshold` > Stability: 1 - Experimental @@ -2249,7 +2249,7 @@ files must meet **both** criteria to be included in the coverage report. ### `--test-coverage-functions=threshold` > Stability: 1 - Experimental @@ -2277,7 +2277,7 @@ files must meet **both** criteria to be included in the coverage report. ### `--test-coverage-lines=threshold` > Stability: 1 - Experimental @@ -2894,7 +2894,7 @@ When set, colors will not be used in the REPL. ### `NODE_DISABLE_COMPILE_CACHE=1` > Stability: 1.1 - Active Development diff --git a/doc/api/module.md b/doc/api/module.md index 9b98231f02e52c..ad5ce86c5328a1 100644 --- a/doc/api/module.md +++ b/doc/api/module.md @@ -67,7 +67,7 @@ const siblingModule = require('./sibling-module'); ### `module.constants.compileCacheStatus` > Stability: 1.1 - Active Development @@ -120,7 +120,7 @@ The following constants are returned as the `status` field in the object returne ### `module.enableCompileCache([cacheDir])` > Stability: 1.1 - Active Development @@ -165,7 +165,7 @@ be inheritend into the child workers. The directory can be obtained either from @@ -202,7 +202,7 @@ separately if the same base directory is used to persist the cache, so they can ### `module.getCompileCacheDir()` > Stability: 1.1 - Active Development diff --git a/doc/api/perf_hooks.md b/doc/api/perf_hooks.md index 719c6f11ea946b..e8a9022f4f0a39 100644 --- a/doc/api/perf_hooks.md +++ b/doc/api/perf_hooks.md @@ -890,7 +890,7 @@ initialized. ### `performanceNodeTiming.uvMetricsInfo` * Returns: {Object} diff --git a/doc/api/test.md b/doc/api/test.md index 42cf30728b03d2..43f494c0e45bc1 100644 --- a/doc/api/test.md +++ b/doc/api/test.md @@ -1248,7 +1248,7 @@ added: - v18.9.0 - v16.19.0 changes: - - version: REPLACEME + - version: v22.8.0 pr-url: https://github.com/nodejs/node/pull/53927 description: Added the `isolation` option. - version: v22.6.0 diff --git a/doc/api/util.md b/doc/api/util.md index c7cf5143a4cec6..6673408dec09f9 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -1809,7 +1809,7 @@ added: - v21.7.0 - v20.12.0 changes: - - version: REPLACEME + - version: v22.8.0 pr-url: https://github.com/nodejs/node/pull/54389 description: Respect isTTY and environment variables such as NO_COLORS, NODE_DISABLE_COLORS, and FORCE_COLOR. diff --git a/doc/api/vm.md b/doc/api/vm.md index 30dbf724158792..f8575e3815403a 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -229,7 +229,7 @@ overhead.