Skip to content

Commit a0da308

Browse files
bump version to 1.14.4
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent 2fdbf7d commit a0da308

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

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

8+
## 1.14.4
9+
### Fixed
10+
- fix: skip exporting a deleted card #6722
11+
- fix: Properly show attachment extension #6673
12+
13+
### Maintenance
14+
- Update nextcloud/ocp dependency #6769
15+
- Update nextcloud/ocp dependency #6718
16+
- Update nextcloud/ocp dependency #6700
17+
- Update nextcloud/ocp dependency #6656
18+
819
## 1.14.3
920
### Fixed
1021
- fix: two close buttons on card modal @app/backportbot [#6659](https://github.com/nextcloud/deck/pull/6659)

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.14.3</version>
23+
<version>1.14.4</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<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.14.3",
4+
"version": "1.14.4",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)