diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca269f3412f75..64b9bd67c51bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,8 @@ release. -15.13.0
+15.14.0
+15.13.0
15.12.0
15.11.0
15.10.0
diff --git a/doc/api/errors.md b/doc/api/errors.md index 805aa49776093c..e8b416949da7c8 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1367,7 +1367,7 @@ made to mark a stream and dependent of itself. ### `ERR_HTTP2_TOO_MANY_INVALID_FRAMES` The limit of acceptable invalid HTTP/2 protocol frames sent by the peer, diff --git a/doc/api/fs.md b/doc/api/fs.md index bc397d3aacf40f..6ac6e01202f55b 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -1252,7 +1252,7 @@ All the [caveats][] for `fs.watch()` also apply to `fsPromises.watch()`. ### `new net.SocketAddress([options])` * `options` {Object} @@ -155,28 +155,28 @@ added: REPLACEME ### `socketaddress.address` * Type {string} ### `socketaddress.family` * Type {string} Either `'ipv4'` or `'ipv6'`. ### `socketaddress.flowlabel` * Type {number} ### `socketaddress.port` * Type {number} @@ -543,7 +543,7 @@ it to interact with the client. diff --git a/doc/api/readline.md b/doc/api/readline.md index aea1ac4da38622..58c7209b7619f1 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -544,7 +544,7 @@ the current position of the cursor down.