diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 5cd6da5d..1dcd2157 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## ⬆️ 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 + ## 🐛 2.0.1 - Fixes Section Height [PR #462](https://github.com/Lissy93/dashy/pull/462) - Adds `cutToHeight` to config schema (Re: #461) - Removes the full-height CSS from colorful theme diff --git a/package.json b/package.json index 6b649f97..c6d6c97a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.1", + "version": "2.0.2", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",