Skip to content
Snippets Groups Projects
Commit 0f932c05 authored by squidfunk's avatar squidfunk Committed by Martin Donath
Browse files

Prepare 1.4.1 release

parent c293fcfb
No related branches found
No related tags found
No related merge requests found
mkdocs-material-1.4.1 (2017-16-03)
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
mkdocs-material-1.4.0 (2017-16-03)
* Added support for grouping searched sections by documents
......
......@@ -12,11 +12,15 @@ To determine the currently installed version, use the following command:
``` sh
pip show mkdocs-material | grep -E ^Version
# Version 1.4.0
# Version 1.4.1
```
## Changelog
### 1.4.1 <small> _ March 16, 2017</small>
* Fixed invalid destructuring attempt on NodeList (in Safari, Edge, IE)
### 1.4.0 <small> _ March 16, 2017</small>
* Added support for grouping searched sections by documents
......
......@@ -23,7 +23,7 @@
{% else %}
<link rel="shortcut icon" href="{{ base_url }}/assets/images/favicon.png">
{% endif %}
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.4.0">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-1.4.1">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta.title %}
......
{
"name": "mkdocs-material",
"version": "1.4.0",
"version": "1.4.1",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment