Skip to content

Commit 181344c

Browse files
committed
Prepare 8.1.9 release
1 parent bd24aca commit 181344c

File tree

5 files changed

+14
-3
lines changed

5 files changed

+14
-3
lines changed

CHANGELOG

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-8.1.9 (2022-01-30)
2+
3+
* Added support for mkdocs.yml validation and auto-complete
4+
* Fixed errors in Latvian translations
5+
16
mkdocs-material-8.1.8+insiders-4.7.0 (2022-01-25)
27

38
* Added native support for offline search

docs/changelog/index.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ template: overrides/main.html
66

77
## Material for MkDocs
88

9+
### 8.1.9 <small>_ January 30, 2022</small> { id="8.1.9" }
10+
11+
- [Added support for `mkdocs.yml` validation and auto-complete][validation]
12+
- Fixed errors in Latvian translations
13+
14+
[validation]: ../creating-your-site.md#minimal-configuration
915

1016
### 8.1.8 <small>_ January 23, 2022</small> { id="8.1.8" }
1117

material/base.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<link rel="canonical" href="{{ page.canonical_url }}">
2323
{% endif %}
2424
<link rel="icon" href="{{ config.theme.favicon | url }}">
25-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.8">
25+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-8.1.9">
2626
{% endblock %}
2727
{% block htmltitle %}
2828
{% if page and page.meta and page.meta.title %}

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mkdocs-material",
3-
"version": "8.1.8",
3+
"version": "8.1.9",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)