🔖 Bumps to V 1.6.2 and updates changelog

This commit is contained in:
Alicia Sykes 2021-08-18 22:18:26 +01:00
parent a08eb1082a
commit 788f5029ee
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## ✨ 1.6.2 - Support for Guest Access [PR #167](https://github.com/Lissy93/dashy/pull/167)
- Adds functionality for optional read-only guest access to dashboards with authentication
- Can be enabled by setting `appConfig.enableGuestAccess: true`
## 💄 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)

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.1",
"version": "1.6.2",
"license": "MIT",
"main": "server",
"scripts": {