8000 Prepare 5.5.6 release · squidfunk/mkdocs-material@b6b00cc · GitHub
[go: up one dir, main page]

Skip to content

Commit b6b00cc

Browse files
committed
Prepare 5.5.6 release
1 parent 5155ab8 commit b6b00cc

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
mkdocs-material-5.5.6 (2020-08-12)
2+
3+
* Switched base template for 404.html to main.html
4+
* Fixed #1864: GitHub organisation stats not loading
5+
16
mkdocs-material-5.5.5+insiders-1.2.0 (2020-08-11)
27

38
* Added feature to expand navigation by default

docs/changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ template: overrides/main.html
2222

2323
## Material for MkDocs
2424

25+
### 5.5.6 <small>_ August 12, 2020</small>
26+
27+
* Switched base template for `404.html` to `main.html`
28+
* Fixed #1864: GitHub organisation stats not loading
29+
2530
### 5.5.5 <small>_ August 11, 2020</small>
2631

2732
* Fixed missing vendor and worker distribution files

material/base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<meta name="author" content="{{ config.site_author }}">
3030
{% endif %}
3131
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
32-
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.5">
32+
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-5.5.6">
3333
{% endblock %}
3434
{% block htmltitle %}
3535
{% if page and page.meta and page.meta.title %}

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "5.5.5",
3+
"version": "5.5.6",
44
"description": "A Material Design theme for MkDocs",
55
"keywords": [
66
"mkdocs",

0 commit comments

Comments
 (0)
0