Skip to content

Commit

Permalink
🔖 Bumps to V 1.6.3 and updates changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Lissy93 committed Aug 19, 2021
1 parent de31a8f commit 3c7fbd9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "1.6.2",
"version": "1.6.3",
"license": "MIT",
"main": "server",
"scripts": {
Expand Down Expand Up @@ -89,4 +89,4 @@
"> 1%",
"last 2 versions"
]
}
}

0 comments on commit 3c7fbd9

Please sign in to comment.