Skip to content

Commit 81d1086

Browse files
Merge pull request #6779 from nextcloud/release/1.13.4
chore(release): bump version to 1.13.4
2 parents a1afdbe + 827720c commit 81d1086

File tree

4 files changed

+24
-4
lines changed

4 files changed

+24
-4
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,26 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## 1.13.4
5+
### Fixed
6+
- fix: skip exporting a deleted card #6721
7+
- fix: Properly show attachment extension #6672
8+
- fix: two close buttons on card modal #6660
9+
- Update TrelloJsonService.php #6645
10+
- fix: close modal after deleting card #6620
11+
- fix: Use new query builder #6614
12+
- fix(sharing): list accounts with matches in email #6525
13+
- Fix npm audit #6568
14+
- Fix npm audit #6491
15+
16+
### Maintenance
17+
- Update nextcloud/ocp dependency #6768
18+
- Update nextcloud/ocp dependency #6737
19+
- Update nextcloud/ocp dependency #6717
20+
- Update nextcloud/ocp dependency #6699
21+
- Update nextcloud/ocp dependency #6655
22+
- Update nextcloud/ocp dependency #6586
23+
424
## 1.13.3
525
### Fixed
626
- fix: board bubble preview widget #6476

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
- 🚀 Get your project organized
1717

1818
</description>
19-
<version>1.13.3</version>
19+
<version>1.13.4</version>
2020
<licence>agpl</licence>
2121
<author>Julius Härtl</author>
2222
<documentation>

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.13.3",
4+
"version": "1.13.4",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)