diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b8655f1c5357..9274cbed3f32fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,8 @@ release. -21.0.0
+21.1.0
+21.0.0
20.8.1
diff --git a/doc/api/cli.md b/doc/api/cli.md index 61f0ba9f053bc9..3cb36818ae4997 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -624,7 +624,7 @@ JavaScript. > Stability: 1.0 - Early development diff --git a/doc/api/errors.md b/doc/api/errors.md index 9ff60a01977693..50e9f658fcbf3a 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -1755,7 +1755,7 @@ An attempt was made to construct an object using a non-public constructor. An import `type` attribute was provided, but the specified module is of a @@ -1767,7 +1767,7 @@ different type. An import attribute is missing, preventing the specified module to be imported. @@ -3302,7 +3302,7 @@ An invalid transfer object was passed to `postMessage()`. added: - v17.1.0 - v16.14.0 -removed: REPLACEME +removed: v21.1.0 --> An import assertion has failed, preventing the specified module to be imported. @@ -3315,7 +3315,7 @@ An import assertion has failed, preventing the specified module to be imported. added: - v17.1.0 - v16.14.0 -removed: REPLACEME +removed: v21.1.0 --> An import assertion is missing, preventing the specified module to be imported. @@ -3328,7 +3328,7 @@ An import assertion is missing, preventing the specified module to be imported. added: - v17.1.0 - v16.14.0 -removed: REPLACEME +removed: v21.1.0 --> An import attribute is not supported by this version of Node.js. diff --git a/doc/api/fs.md b/doc/api/fs.md index fabbb60eeed73b..8079b7cc316fec 100644 --- a/doc/api/fs.md +++ b/doc/api/fs.md @@ -180,7 +180,7 @@ longer be used. @@ -2063,7 +2063,7 @@ the user from reading or writing to it. * {string} diff --git a/doc/api/stream.md b/doc/api/stream.md index 680bd4d260f504..83b26c4d6a95b2 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -2823,7 +2823,7 @@ const server = http.createServer((req, res) => {