Prepare 3.0.3 release

This commit is contained in:
squidfunk 2018-08-07 11:12:37 +02:00
parent 7f08e2849a
commit 12a79817f0
5 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,7 @@
mkdocs-material-3.0.3 (2018-08-07)
* Fixed #841: Additional path levels for extra CSS and JS
mkdocs-material-3.0.2 (2018-08-06)
* Fixed #839: Lunr.js stemmer imports incorrect

View File

@ -49,6 +49,12 @@ pip show mkdocs-material
## Changelog
### 3.0.3 <small>_ August 7, 2018</small>
* Fixed [#841][841]: Additional path levels for extra CSS and JS
[841]: https://github.com/squidfunk/mkdocs-material/issues/841
### 3.0.2 <small>_ August 6, 2018</small>
* Fixed [#839][839]: Lunr.js stemmer imports incorrect

View File

@ -36,7 +36,7 @@
<meta name="lang:{{ key }}" content="{{ lang.t(key) }}">
{% endfor %}
<link rel="shortcut icon" href="{{ config.theme.favicon | url }}">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-3.0.2">
<meta name="generator" content="mkdocs-{{ mkdocs_version }}, mkdocs-material-3.0.3">
{% endblock %}
{% block htmltitle %}
{% if page and page.meta and page.meta.title %}

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "3.0.2",
"version": "3.0.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "mkdocs-material",
"version": "3.0.2",
"version": "3.0.3",
"description": "A Material Design theme for MkDocs",
"keywords": [
"mkdocs",