From 611853ceadb0d24ee70b8c0612bfed65dfb9c17e Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 31 Oct 2021 20:45:32 +0000 Subject: [PATCH] :bookmark: Bumps to V 1.9.0 and update changelog --- .github/CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 06f8b548..dc5f6d7c 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index a48dcd73..475617be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.9", + "version": "1.9.0", "license": "MIT", "main": "server", "scripts": {