Skip to content

Commit 611853c

Browse files
committed
🔖 Bumps to V 1.9.0 and update changelog
1 parent d0d01e6 commit 611853c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Dashy",
3-
"version": "1.8.9",
3+
"version": "1.9.0",
44
"license": "MIT",
55
"main": "server",
66
"scripts": {

0 commit comments

Comments
 (0)