diff --git a/CHANGELOG.md b/CHANGELOG.md
index 166336dcb8e7b2..cb947ad02ab90b 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 37065087e17f53..6050e3dc0fb7fe 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -786,7 +786,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');
|