Skip to content

Commit d30fa86

Browse files
committed
Prepare 9.1.14 release
1 parent f951cff commit d30fa86

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
mkdocs-material-9.1.14 (2023-05-20)
2+
3+
* Updated Armenian and Greek translations
4+
15
mkdocs-material-9.1.13+insiders-4.34.1 (2023-05-16)
26

37
* Disable social plugin debug mode by default on mkdocs build

docs/changelog/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## Material for MkDocs
44

5+
### 9.1.14 <small>May 20, 2023</small> { id="9.1.14" }
6+
7+
- Updated Armenian and Greek translations
8+
59
### 9.1.13 <small>May 16, 2023</small> { id="9.1.13" }
610

711
- Fixed #5517: Social plugin crashes for some fonts (e.g. Open Sans)

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<link rel="next" href="{{ page.next_page.url | url }}">
2929
{% endif %}
3030
<link rel="icon" href="{{ config.theme.favicon | url }}">
31-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.13">
31+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-9.1.14">
3232
{% endblock %}
3333
{% block htmltitle %}
3434
{% if page.meta and page.meta.title %}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "9.1.13",
3+
"version": "9.1.14",
44
"description": "Documentation that simply works",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)