mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-23 23:21:00 +01:00
Prepare 3.0.3 release
This commit is contained in:
parent
7f08e2849a
commit
12a79817f0
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "3.0.2",
|
||||
"version": "3.0.3",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
Loading…
Reference in New Issue
Block a user