From 098e0202c954ff7d4b9b9b480bd5218634be8f75 Mon Sep 17 00:00:00 2001 From: lesion Date: Tue, 30 Aug 2022 12:02:52 +0200 Subject: [PATCH] v1.5.3 --- CHANGELOG | 3 +++ docs/changelog.md | 3 +++ package.json | 2 +- release.sh | 2 +- 4 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d4268675..954e339d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ All notable changes to this project will be documented in this file. +### 1.5.3 - 30 aug '22 + - Fix end time selection when it's in the next day + ### 1.5.2 - 26 aug '22 - fix Editor background color diff --git a/docs/changelog.md b/docs/changelog.md index 3cd8b8d2..59d95e1f 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,9 @@ nav_order: 10 All notable changes to this project will be documented in this file. +### 1.5.3 - 30 aug '22 + - Fix end time selection when it's in the next day + ### 1.5.2 - 26 aug '22 - fix Editor background color diff --git a/package.json b/package.json index 13c0760f..40ed9eb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gancio", - "version": "1.5.2", + "version": "1.5.3", "description": "A shared agenda for local communities", "author": "lesion", "scripts": { diff --git a/release.sh b/release.sh index 1b80fc02..474a6f41 100755 --- a/release.sh +++ b/release.sh @@ -11,4 +11,4 @@ mv gancio-$RELEASE.tgz releases/latest.tgz cp gancio-$RELEASE.tgz.sig releases/ mv gancio-$RELEASE.tgz.sig releases/latest.tgz.sig yarn doc -rsync -a docs/_site/ gancio.org:/var/www/gancio/ \ No newline at end of file +rsync -a docs/_site/ gancio.org:/var/www/gancio/