diff --git a/CHANGELOG.md b/CHANGELOG.md index 38efc53174665b..448dbc6351d480 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -38,7 +38,8 @@ release. 17.0.0
-16.11.1
+16.12.0
+16.11.1
16.11.0
16.10.0
16.9.1
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index c8526f55c3214a..e60ccd18cf9027 100644 --- a/doc/api/deprecations.md +++ b/doc/api/deprecations.md @@ -2998,7 +2998,9 @@ for package `"exports"` and `"imports"` pattern resolutions. diff --git a/doc/api/esm.md b/doc/api/esm.md index 04f8fe28135192..796fb47b0e31f8 100644 --- a/doc/api/esm.md +++ b/doc/api/esm.md @@ -9,6 +9,7 @@ added: v8.5.0 changes: - version: - v17.0.0 + - v16.12.0 pr-url: https://github.com/nodejs/node/pull/37468 description: Consolidate loader hooks, removed `getFormat`, `getSource`, diff --git a/doc/api/http.md b/doc/api/http.md index 722defc987d0c7..cec579ca75fb8a 100644 --- a/doc/api/http.md +++ b/doc/api/http.md @@ -424,7 +424,9 @@ body which has been transmitted are equal or not. > Stability: 0 - Deprecated. Listen for the `'close'` event instead. @@ -674,7 +676,9 @@ in the response to be dropped and the socket to be destroyed. > Stability: 0 - Deprecated. Listen for `'close'` event instead. @@ -2110,7 +2116,9 @@ Indicates that the underlying connection was closed. > Stability: 0 - Deprecated. Check `message.destroyed` from {stream.Readable}. diff --git a/doc/api/vm.md b/doc/api/vm.md index efc677967d7785..6e7e60152c9b11 100644 --- a/doc/api/vm.md +++ b/doc/api/vm.md @@ -56,7 +56,9 @@ executed in specific contexts.