🔖 Bumps to V 1.6.3 and updates changelog

This commit is contained in:
Alicia Sykes 2021-08-19 22:05:01 +01:00
parent de31a8f371
commit 3c7fbd97a3
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## ✨ 1.6.3 - Dependency and Build File Updates [PR #168](https://github.com/Lissy93/dashy/pull/168)
- Removes any dependencies which are not 100% essential
- Moves packages that are only used for building into devDependencies
- Updates dependencies to latest version
- Adds a .dockerignore, so that non-essential files are not included in the container
- Updates deployment config files for Netlify, Heroku and GH actions
- Made a brand new bug-report template, with input fields and validation!
## ✨ 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`

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.2",
"version": "1.6.3",
"license": "MIT",
"main": "server",
"scripts": {
@ -89,4 +89,4 @@
"> 1%",
"last 2 versions"
]
}
}