🔖 Bumps to V 1.9.0 and update changelog

This commit is contained in:
Alicia Sykes 2021-10-31 20:45:32 +00:00
parent d0d01e65ec
commit 611853cead
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 🐳 1.9.0 - Alpha of Dashy-Lite Docker Container [PR #306](https://github.com/Lissy93/dashy/pull/306)
- Create an Alpine-based container, that serves the built app up with plain NGINX, instead of Node.
- This is much lighter, but doesn't currently support any of the server-side actions (like status-checks, and writing changes to disk)
## ✨ 1.8.9 - All New Interactive Config Editor [PR #298](https://github.com/Lissy93/dashy/pull/298)
- Builds a new UI-based config editor
- Support for sections, items, app config and page info

View File

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