diff --git a/CHANGELOG.md b/CHANGELOG.md index 446edd44508f3e..d6ce61803d1f25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,8 @@ release. -14.8.0
+14.9.0
+14.8.0
14.7.0
14.6.0
14.5.0
diff --git a/doc/api/buffer.md b/doc/api/buffer.md index 50d1a97fff2167..29f45ae6c34764 100644 --- a/doc/api/buffer.md +++ b/doc/api/buffer.md @@ -1709,7 +1709,7 @@ console.log(buf.readIntLE(0, 6).toString(16)); > Stability: 1 - Experimental diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 24632e364ceeb4..e07b313fbbb763 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2757,7 +2757,7 @@ Type: Documentation-only ### DEP0XXX: `new crypto.Certificate()` diff --git a/doc/api/timers.md b/doc/api/timers.md index 70c66785bf5a54..f114d0f1766c6e 100644 --- a/doc/api/timers.md +++ b/doc/api/timers.md @@ -127,7 +127,7 @@ of the Node.js application. ### `timeout[Symbol.toPrimitive]()` * Returns: {integer} number that can be used to reference this `timeout` diff --git a/doc/api/util.md b/doc/api/util.md index bf4bc0e2f62a0a..e39fb08e240a04 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -138,7 +138,7 @@ let debuglog = util.debuglog('internals', (debug) => { ### `debuglog().enabled` * {boolean} @@ -166,7 +166,7 @@ hello from foo [123] ## `util.debug(section)` Alias for `util.debuglog`. Usage allows for readability of that doesn't imply diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index b3562e44022a8d..2a9ce9f2d31be2 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -621,11 +621,11 @@ if (isMainThread) {