From 3d2051b087c40bc56f9fb325a98f115288c4a1c4 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Sun, 9 Jan 2022 15:13:18 +0000 Subject: [PATCH] :bookmark: Bumps to 1.9.7 and updates changelog --- .github/CHANGELOG.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 92a452b5..b44873c5 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 🐛 1.9.7 - Minor UI Editor Bug fixes [PR #416](https://github.com/Lissy93/dashy/pull/416) +- Fixes unable to edit item bug (#415) +- Fixes unable to add new app bug (#390) +- Fixes nav links visibility (#389) + ## ⚡️ 1.9.6 - Adds Proxy Support for Widget Requests [PR #392](https://github.com/Lissy93/dashy/pull/392) - Refactors widget mixin to include data requests, so that code can be shared between widgets - Adds a Node endpoint for proxying requests server-side, used for APIs that are not CORS enabled diff --git a/package.json b/package.json index 0a26e47c..3eae86ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "1.9.6", + "version": "1.9.7", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)", @@ -96,4 +96,4 @@ "> 1%", "last 2 versions" ] -} +} \ No newline at end of file