Prepare 6.1.1 release
This commit is contained in:
parent
86c36b0222
commit
d28868b84a
|
|
@ -1,3 +1,7 @@
|
|||
mkdocs-material-6.1.1 (2020-10-31)
|
||||
|
||||
* Fixed #2019: Page title not correctly updated when using instant loading
|
||||
|
||||
mkdocs-material-6.1.0+insiders-1.7.0 (2020-10-25)
|
||||
|
||||
* Added support for deploying multiple versions
|
||||
|
|
|
|||
|
|
@ -53,6 +53,10 @@ template: overrides/main.html
|
|||
|
||||
## Material for MkDocs
|
||||
|
||||
### 6.1.1 <small>_ October 31, 2020</small>
|
||||
|
||||
* Fixed #2019: Page title not correctly updated when using instant loading
|
||||
|
||||
### 6.1.0 <small>_ October 17, 2020</small>
|
||||
|
||||
* Fixed #1973: Added support for printing in dark mode
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mkdocs-material",
|
||||
"version": "6.1.0",
|
||||
"version": "6.1.1",
|
||||
"description": "A Material Design theme for MkDocs",
|
||||
"keywords": [
|
||||
"mkdocs",
|
||||
|
|
|
|||
Loading…
Reference in New Issue