diff --git a/CHANGELOG b/CHANGELOG index fbe2eda2e29..3c952829398 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +mkdocs-material-9.4.6 (2023-10-14) + + * Updated Danish and Norwegian (Nynorsk) translations + * Fixed #6169: Blog post metadata layout overflows on small screens + mkdocs-material-9.4.5 (2023-10-10) * Fixed sidebar auto-positioning (9.4.2 regression) diff --git a/docs/changelog/index.md b/docs/changelog/index.md index 4e16c9393ea..bc7b0654200 100644 --- a/docs/changelog/index.md +++ b/docs/changelog/index.md @@ -2,6 +2,11 @@ ## Material for MkDocs +### 9.4.6 October 14, 2023 { id="9.4.6" } + +- Updated Danish and Norwegian (Nynorsk) translations +- Fixed #6169: Blog post metadata layout overflows on small screens + ### 9.4.5 October 10, 2023 { id="9.4.5" } - Fixed sidebar auto-positioning (9.4.2 regression) diff --git a/material/__init__.py b/material/__init__.py index 5bba5a5cd74..36c6b4c9b02 100644 --- a/material/__init__.py +++ b/material/__init__.py @@ -18,4 +18,4 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -__version__ = "9.4.5" +__version__ = "9.4.6" diff --git a/material/templates/base.html b/material/templates/base.html index 1403e3dd907..81e7d8c4170 100644 --- a/material/templates/base.html +++ b/material/templates/base.html @@ -32,7 +32,7 @@ {% endif %} - + {% endblock %} {% block htmltitle %} {% if page.meta and page.meta.title %} diff --git a/package-lock.json b/package-lock.json index a82584da659..5ca0873f0a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "mkdocs-material", - "version": "9.4.5", + "version": "9.4.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "mkdocs-material", - "version": "9.4.5", + "version": "9.4.6", "license": "MIT", "dependencies": { "clipboard": "^2.0.11", diff --git a/package.json b/package.json index 39e9fa4088b..0eb0af9d42a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mkdocs-material", - "version": "9.4.5", + "version": "9.4.6", "description": "Documentation that simply works", "keywords": [ "mkdocs",