diff --git a/CHANGELOG b/CHANGELOG
index 291593e5a..10745c4c2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,11 @@
+mkdocs-material-8.3.5+insiders-4.18.1 (2022-06-14)
+
+ * Fixed #3990: Chinese search highlighting not working on non-boundaries
+
+mkdocs-material-8.3.5 (2022-06-14)
+
+ * Fixed #4012: Stay on page not working for alias of active version
+
mkdocs-material-8.3.4+insiders-4.18.0 (2022-06-11)
* Added support for automatic dark/light mode
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index 3aebafc53..ad1aa93ec 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs
+### 8.3.5 _ June 14, 2022 { id="8.3.5" }
+
+- Fixed #4012: Stay on page not working for alias of active version
+
### 8.3.4 _ June 11, 2022 { id="8.3.4" }
- Fixed #4004: Tags with multiple words not searchable
diff --git a/docs/insiders/changelog.md b/docs/insiders/changelog.md
index ea21d20bc..1c84af49d 100644
--- a/docs/insiders/changelog.md
+++ b/docs/insiders/changelog.md
@@ -6,6 +6,10 @@ template: overrides/main.html
## Material for MkDocs Insiders
+### 4.18.1 _ June 14, 2022 { id="4.18.1" }
+
+- Fixed #3990: Chinese search highlighting not working on non-boundaries
+
### 4.18.0 _ June 11, 2022 { id="4.18.0" }
- Added support for automatic dark/light mode
diff --git a/material/base.html b/material/base.html
index fec67a7b0..54a08ce7c 100644
--- a/material/base.html
+++ b/material/base.html
@@ -22,7 +22,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 4f6be596a..053dc2f5a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "8.3.4",
+ "version": "8.3.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "8.3.4",
+ "version": "8.3.5",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index e3f6d9884..9aba9a9bd 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "8.3.4",
+ "version": "8.3.5",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",