From 209b3f9c252dc29870a91b2d8fb7f33b43cb95e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Raimund=20Schl=C3=BC=C3=9Fler?= Date: Sat, 19 Mar 2022 21:14:20 +0100 Subject: [PATCH] Bump version, update changelog (#1949) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raimund Schlüßler --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc1c64a1..28fa2615 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.14.4 - 2022-03-19 + +### Fixed +- Don't open sidebar when completing task #1948 + ## 0.14.3 - 2022-03-18 ### Added diff --git a/appinfo/info.xml b/appinfo/info.xml index 46af5ff8..554afb35 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Tasks The Tasks app for Nextcloud - 0.14.3 + 0.14.4 agpl Raimund Schlüßler Tasks diff --git a/package-lock.json b/package-lock.json index 580d1c8f..f7f2e9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -6,7 +6,7 @@ "packages": { "": { "name": "tasks", - "version": "0.14.3", + "version": "0.14.4", "license": "AGPLv3", "dependencies": { "@nextcloud/auth": "^1.3.0", diff --git a/package.json b/package.json index 1f529bf3..7ce88d4b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tasks", "description": "Nextcloud - Tasks", - "version": "0.14.3", + "version": "0.14.4", "author": { "name": "Raimund Schlüßler", "email": "raimund.schluessler@mailbox.org"