🔖 Bumps to V 2.0.3 and updates changelog

This commit is contained in:
Alicia Sykes 2022-02-14 13:40:29 +00:00
parent cde8060e23
commit 075bca98ce
2 changed files with 13 additions and 4 deletions

12
.github/CHANGELOG.md vendored
View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "Dashy",
"version": "2.0.2",
"version": "2.0.3",
"license": "MIT",
"main": "server",
"author": "Alicia Sykes <alicia@omg.lol> (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"
},