diff --git a/CHANGELOG.md b/CHANGELOG.md index a80f38766bb4f6..c6b3fd29f2cf48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -28,7 +28,8 @@ release. -12.10.0
+12.11.0
+12.10.0
12.9.1
12.9.0
12.8.1
diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 112865f180c895..169e73bea07e21 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2383,7 +2383,7 @@ An array of supported digest functions can be retrieved using Connects a session to the main thread inspector back-end. An exception will diff --git a/doc/api/stream.md b/doc/api/stream.md index 557e37ed7c0183..0d3a9ee6cfe87f 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1776,7 +1776,7 @@ const myWritable = new Writable({ #### writable.\_write(chunk, encoding, callback) diff --git a/doc/api/tls.md b/doc/api/tls.md index c9a30d97d72bcc..1f593e37ce04c4 100644 --- a/doc/api/tls.md +++ b/doc/api/tls.md @@ -844,7 +844,7 @@ for more information. ### tlsSocket.getSharedSigalgs() * Returns: {Array} List of signature algorithms shared between the server and @@ -1358,7 +1358,7 @@ argument.