diff --git a/CHANGELOG b/CHANGELOG
index 622334022..616e1eb2f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,8 @@
+mkdocs-material-9.1.4 (2023-03-24)
+
+ * Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
+ * Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
+
mkdocs-material-9.1.3 (2023-03-14)
* Added Kurdish (SoranĂ®) translations
@@ -15,7 +20,7 @@ mkdocs-material-9.1.2 (2023-03-09)
* Updated Icelandic, Korean and Swedish translations
* Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
- * Fixed #5155: table of contents not highlighting percent-encoded URLs
+ * Fixed #5155: Table of contents not highlighting percent-encoded URLs
mkdocs-material-9.1.1 (2023-03-05)
diff --git a/docs/changelog/index.md b/docs/changelog/index.md
index d78c64415..afaeeab22 100644
--- a/docs/changelog/index.md
+++ b/docs/changelog/index.md
@@ -2,6 +2,11 @@
## Material for MkDocs
+### 9.1.4 March 24, 2023 { id="9.1.4" }
+
+- Fixed #5239: Instant loading breaks anchors in details (9.1.1 regression)
+- Fixed #5211: Anchor following not working for Chinese (9.1.2 regression)
+
### 9.1.3 March 14, 2023 { id="9.1.3" }
- Added Kurdish (SoranĂ®) translations
@@ -14,7 +19,7 @@
- Updated Icelandic, Korean and Swedish translations
- Fixed #5168: Mermaid text boxes overflow (9.0.13 regression)
-- Fixed #5155: table of contents not highlighting percent-encoded URLs
+- Fixed #5155: Table of contents not highlighting percent-encoded URLs
### 9.1.1 March 5, 2023 { id="9.1.1" }
diff --git a/material/base.html b/material/base.html
index eac712ea7..520c00fa0 100644
--- a/material/base.html
+++ b/material/base.html
@@ -28,7 +28,7 @@
{% endif %}
-
+
{% endblock %}
{% block htmltitle %}
{% if page.meta and page.meta.title %}
diff --git a/package-lock.json b/package-lock.json
index 5c8cc415c..0dca104d4 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "mkdocs-material",
- "version": "9.1.3",
+ "version": "9.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "mkdocs-material",
- "version": "9.1.3",
+ "version": "9.1.4",
"license": "MIT",
"dependencies": {
"array-flat-polyfill": "^1.0.1",
diff --git a/package.json b/package.json
index 903466b33..e5ae586ff 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
- "version": "9.1.3",
+ "version": "9.1.4",
"description": "Documentation that simply works",
"keywords": [
"mkdocs",