Skip to content

Commit 30df039

Browse files
committed
Bump version to 1.5.2
Signed-off-by: Julius Härtl <[email protected]>
1 parent 15ea081 commit 30df039

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
## 1.5.2
5+
6+
### Fixed
7+
8+
- #3300 Fix print style issues
9+
- #3303 Delete file shares through attachments API
10+
- #3306 Return false instead of throwing when getting calendar setting
11+
412
## 1.5.1 - 2021-09-03
513

614
### Fixed

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.5.1</version>
19+
<version>1.5.2</version>
2020
<licence>agpl</licence>
2121
<author>Julius Härtl</author>
2222
<namespace>Deck</namespace>

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

0 commit comments

Comments
 (0)