From f9e13b88ce8fb253a92ff6a0943ce886e3e22310 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Sat, 8 Feb 2020 22:56:06 +0100 Subject: [PATCH] Prepare 4.6.2 release --- CHANGELOG | 5 +++++ docs/release-notes.md | 5 +++++ material/base.html | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 7222766d0..fa445e05b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material 4.6.2 (2020-02-08) + + * Added Romanian translations + * Fixed #1451: Inconsistent spacing for fenced code blocks + mkdocs-material 4.6.1 (2020-02-08) * Fixed #1324: Metadata author only rendering first character diff --git a/docs/release-notes.md b/docs/release-notes.md index 6c24449cb..b2cd97dc2 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -64,6 +64,11 @@ pip show mkdocs-material ## Changelog +### 4.6.2 _ February 8, 2020 + +* Added Romanian translations +* Fixed #1451: Inconsistent spacing for fenced code blocks + ### 4.6.1 _ February 8, 2020 * Fixed #1324: Metadata author only rendering first character diff --git a/material/base.html b/material/base.html index c0bccdc1a..de7aed95b 100644 --- a/material/base.html +++ b/material/base.html @@ -44,7 +44,7 @@ {% endfor %} - + {% endblock %} {% block htmltitle %} {% if page and page.meta and page.meta.title %} diff --git a/package.json b/package.json index 8479aad4f..cea7d3b73 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "4.6.1", + "version": "4.6.2", "description": "A Material Design theme for MkDocs", "keywords": [ "mkdocs",