Skip to content

Commit 6360bfb

Browse files
authored
Merge pull request #8333 from nextcloud/release/1.15.10
release/1.15.10
2 parents 7069880 + b1614d3 commit 6360bfb

4 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@
55
# Changelog
66
All notable changes to this project will be documented in this file.
77

8+
## 1.15.10
9+
### Fixed
10+
* [stable31] fix: board notify-due by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7993
11+
* [stable31] fix: exclude deleted cards by @backportbot[bot] in https://github.com/nextcloud/deck/pull/8047
12+
813
## 1.15.9
9-
### Fixed## What's Changed
14+
### Fixed
1015
* fix: set max comment retrieval limit to 200 by @grnd-alt in https://github.com/nextcloud/deck/pull/7966
1116
* fix(notifciations) by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7984
1217

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
- 🚀 Get your project organized
2121

2222
</description>
23-
<version>1.15.9</version>
23+
<version>1.15.10</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.15.9",
4+
"version": "1.15.10",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)