Skip to content

Commit

Permalink
Prepare 6.2.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
squidfunk committed Jan 9, 2021
1 parent 5c36dfb commit 14a7be1
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
mkdocs-material-6.2.4 (2021-01-09)

* Fixed #2156: Missing syntax highlighting for binary numbers
* Fixed #2186: Disqus showing on 404 page

mkdocs-material-6.2.3+insiders-1.15.0 (2021-01-02)

* Added support for native Mermaid.js integration
Expand Down
5 changes: 5 additions & 0 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ template: overrides/main.html

## Material for MkDocs

### 6.2.4 <small>_ January 9, 2021</small>

- Fixed #2156: Missing syntax highlighting for binary numbers
- Fixed #2186: Disqus showing on 404 page

### 6.2.3 <small>_ December 27, 2020</small>

- Added back hidden overflow on root container
Expand Down
2 changes: 1 addition & 1 deletion material/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<link rel="canonical" href="{{ page.canonical_url }}">
{% endif %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.3">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-6.2.4">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "6.2.3",
"version": "6.2.4",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
Expand Down

0 comments on commit 14a7be1

Please sign in to comment.