From 15c2ffca35d28fd53c33bf858409e85720c4ffe4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sat, 18 Sep 2021 18:32:58 +0100 Subject: [PATCH] :bookmark: Bumps to V 1.8.1 and updates changelog --- .github/CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 532fe102..9f897635 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 🩹 1.8.1 - Additional Languages, Bug Fix, and more [PR #234](https://github.com/Lissy93/dashy/pull/234) +- Merges 5 additional languages +- Adds RickyCZ's dashboard to showcase +- Fixes #323, and improves status indicator tooltip +- Define constants for endpoints +- Updates management, translations and readme docs + ## ⚡️ 1.7.7 - Improved Error Handling [PR #226](https://github.com/Lissy93/dashy/pull/226) - Errors can be viewed via the UI (Config menu --> App Info) - Service workers should be disabled by default diff --git a/package.json b/package.json index 0dde24e7..0415ed1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.8.0", + "version": "1.8.1", "license": "MIT", "main": "server", "scripts": { @@ -92,4 +92,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file