diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index e1da2f93..98616a30 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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` diff --git a/package.json b/package.json index 0ae07db7..9a95cb46 100644 --- a/package.json +++ b/package.json @@ -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" ] -} +} \ No newline at end of file