diff --git a/docs/src/release-notes-js.md b/docs/src/release-notes-js.md
index ea4dfbad29..9a2024fece 100644
--- a/docs/src/release-notes-js.md
+++ b/docs/src/release-notes-js.md
@@ -8,6 +8,11 @@ import LiteYouTube from '@site/src/components/LiteYouTube';
## Version 1.34
+
+
### Highlights
* UI Mode now shows steps, fixtures and attachments:
@@ -110,6 +115,11 @@ This version was also tested against the following stable channels:
## Version 1.33
+
+
### Locators Update
* Use [`method: Locator.or`] to create a locator that matches either of the two locators.
@@ -165,6 +175,11 @@ This version was also tested against the following stable channels:
## Version 1.32
+
+
### Introducing UI Mode (preview)
New [UI Mode](./test-ui-mode.md) lets you explore, run and debug tests. Comes with a built-in watch mode.