From 3ea8fc960e3fd7ae06061cab1be2c2dcc3a24ab8 Mon Sep 17 00:00:00 2001 From: Alicia Sykes Date: Mon, 31 Jan 2022 17:09:48 +0000 Subject: [PATCH] :bookmark: Bumps to 2.0.1 and updates changelog --- .github/CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index 0deae4ab..4b05d13a 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 🐛 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 + ## ⚡️ 2.0.0 - Small Fixes and Docker Multi-Arch Build [PR #451](https://github.com/Lissy93/dashy/pull/451) - Fixes full-height sections for mobile and Safari (Re: #432, #442) - Fixes empty section visible in search (Re: #447) diff --git a/package.json b/package.json index 581dcfca..ed2d986b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Dashy", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "main": "server", "author": "Alicia Sykes (https://aliciasykes.com)",