From 4e97fd4aee4f6c80004735516814c29794973665 Mon Sep 17 00:00:00 2001 From: samin-z Date: Thu, 16 Apr 2026 16:47:57 +0200 Subject: [PATCH] release/v1.13.9 Signed-off-by: samin-z --- CHANGELOG.md | 5 +++++ appinfo/info.xml | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64013d469b..41c4f715ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## 1.13.9 +### Fixed +* [stable29] fix: check cardId for attachment by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7741 +* [stable29] owner should not get updated when updating card by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7856 + ## 1.13.8 ### Added * [stable29] refactor: convert store to factory functions by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7403 diff --git a/appinfo/info.xml b/appinfo/info.xml index c65b9dd76c..e003f6a9fc 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -16,7 +16,7 @@ - 🚀 Get your project organized - 1.13.8 + 1.13.9 agpl Julius Härtl diff --git a/package-lock.json b/package-lock.json index 306496a72c..9ebd178d74 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "deck", - "version": "1.13.8", + "version": "1.13.9", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "deck", - "version": "1.13.8", + "version": "1.13.9", "license": "agpl", "dependencies": { "@babel/polyfill": "^7.12.1", diff --git a/package.json b/package.json index 7f70f32e18..b31dd397a4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "deck", "description": "", - "version": "1.13.8", + "version": "1.13.9", "authors": [ { "name": "Julius Härtl",