diff --git a/CHANGELOG.md b/CHANGELOG.md index c9730e624bb038..f761832eec3762 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,8 @@ release. -13.4.0
+13.5.0
+13.4.0
13.3.0
13.2.0
13.1.0
diff --git a/doc/api/cli.md b/doc/api/cli.md index 50bbd6115f06d1..f3d5df070ccac3 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -791,7 +791,7 @@ Enables the collection of trace event tracing information. ### `--trace-exit` Prints a stack trace whenever an environment is exited proactively, diff --git a/doc/api/readline.md b/doc/api/readline.md index bae063f0b2193c..b98f7055045ef1 100644 --- a/doc/api/readline.md +++ b/doc/api/readline.md @@ -400,7 +400,7 @@ as well as the column where the terminal caret will be rendered. ### rl.getCursorPos() * Returns: {Object} diff --git a/doc/api/util.md b/doc/api/util.md index 4727cdb88e9678..ae435365b91d16 100644 --- a/doc/api/util.md +++ b/doc/api/util.md @@ -398,7 +398,7 @@ stream.write('With ES6');