From 075bca98ceed0462a66443da27649229803b7bbd Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 14 Feb 2022 13:40:29 +0000 Subject: [PATCH] :bookmark: Bumps to V 2.0.3 and updates changelog --- .github/CHANGELOG.md | 12 ++++++++++++ package.json | 5 +---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 1dcd2157..10d57bc3 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 🐛 2.0.3 - Bug Fixes [PR #488](https://github.com/Lissy93/dashy/pull/488) +- Press enter to submit login form (Re: #483) +- Allow disabling write to local storage and disk (Re: #485) +- Fix malformed YAML from export config (Re: #482) +- Allow global option for useProxy (Re: #486) +- Look into arrow key navigation error (Re: #463) +- Disallow displaying config (Re: #455) +- Round values in Glances Alerts widget (Re: #454) +- Create a CPU temp widget (Re: #452) +- Add to docs: Keycloak in Kubernetes (Re: #479) +- Add a widget for displaying images (Re: #487) + ## ⬆️ 2.0.2 - Dependency Updates [PR #471](https://github.com/Lissy93/dashy/pull/471) - Updates Alpine version for main Dockerfile - Updates node_modules to latest stable versions diff --git a/package.json b/package.json index 8a60cc1b..adbdd615 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.2", + "version": "2.0.3", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)", @@ -64,9 +64,6 @@ "vue-svg-loader": "^0.16.0", "vue-template-compiler": "^2.6.14" }, - "gitHooks": { - "pre-commit": "yarn lint" - }, "engines": { "node": ">=16.0.0" },