diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 8acdbf61..27ba5d75 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog -## 🩹 1.5.2 - UI Quick Fix [PR #121](https://github.com/Lissy93/dashy/pull/121) +## 🩹 1.5.3 - UI Quick Fix [PR #121](https://github.com/Lissy93/dashy/pull/121) - Downgrades and pins vue-material-tabs to 0.1.5, to prevent breaking changes. Fixes #118 p1 - Sets auto-width for theme selector, so text doesn't wrap for long theme names. Fixes #119 - Uses flex layout for config menu, so note doesn't overlap menu on small screens. Fixes #118 p2 +## 🌐 1.5.2 - Adds Dutch Translations [PR #120](https://github.com/Lissy93/dashy/pull/120) +- Dutch language support, contributed by @evroon + ## 🩹 1.5.1 - UI Quick Fix [PR #116](https://github.com/Lissy93/dashy/pull/116) - Uses min-max width parent layout, to prevent longer languages (e.g. French) text overflow. Fixes #115 diff --git a/package.json b/package.json index 55ef63a8..22f2b65d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.5.2", + "version": "1.5.3", "license": "MIT", "main": "server", "scripts": {