🔖 Bumps to V 1.8.4 and updates changelog

This commit is contained in:
Alicia Sykes 2021-09-28 20:56:39 +01:00
parent 0dc1f05407
commit 7623ea575e
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## ✨ 1.8.4 - Custom Error Pages [PR #257](https://github.com/Lissy93/dashy/pull/257)
- Creates a 404 Not Found page
- Routes any missing views to the 404 page
## ⚡️ 1.8.3 - Improved UX for Initial Load [PR #238](https://github.com/Lissy93/dashy/pull/238)
- Removes the old splash screen
- Adds placeholder in the HTML index, which will usually be visible on initial load

View File

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