diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 0c1b2c18..767b4f7c 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog +## 💄 1.6.1 - Adds new Theme [PR #166](https://github.com/Lissy93/dashy/issues/166) +- Adds Dashy theme, for use in the dev dashboard ## ✨ 1.5.9 - New Minimal/ Startpage View [PR #155](https://github.com/Lissy93/dashy/issues/155) - Adds a new view, called minimal view, designed to be like a light-weight startpage - Implemented all the required features (filtering, opening methods, icons, etc) into minimal view diff --git a/package.json b/package.json index a8aca7d4..e23d884c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.6.0", + "version": "1.6.1", "license": "MIT", "main": "server", "scripts": {