From 5801565486c0776f4ac9aef1ce67994ce5be98f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julius=20H=C3=A4rtl?= Date: Wed, 17 Jan 2024 15:00:33 +0100 Subject: [PATCH] chore(release): Bump version to 1.8.7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Julius Härtl --- CHANGELOG.md | 7 +++++++ appinfo/info.xml | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c31565180..16986dd5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.8.7 + +### Fixed + +- Fix small issues around delete/undo @juliushaertl [#5440](https://github.com/nextcloud/deck/pull/5440) +- Fix deleted card/board issues @juliushaertl [#5444](https://github.com/nextcloud/deck/pull/5444) + ## 1.8.6 ### Fixed diff --git a/appinfo/info.xml b/appinfo/info.xml index 0e4dafcf5..ee34c5f91 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.8.6 + 1.8.7 agpl Julius Härtl Deck diff --git a/package.json b/package.json index 341a97a8c..c730a1aa3 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.8.6", + "version": "1.8.7", "authors": [ { "name": "Julius Härtl",