Skip to content

Commit 93ec6ce

Browse files
authored
Merge pull request #6591 from nextcloud/release/1.6.7
bump version to v1.6.7
2 parents 1443fd2 + 9164944 commit 93ec6ce

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

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

4+
## 1.6.7
5+
6+
### Fixed
7+
8+
- fix: Detect end of the activity responses (fix #3395) #6518
9+
- fix: Avoid conflicts on deck attachments folder name #5705
10+
411
## 1.6.6
512

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

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "deck",
33
"description": "",
4-
"version": "1.6.6",
4+
"version": "1.6.7",
55
"authors": [
66
{
77
"name": "Julius Härtl",
@@ -97,4 +97,4 @@
9797
"<rootDir>/node_modules/jest-serializer-vue"
9898
]
9999
}
100-
}
100+
}

0 commit comments

Comments
 (0)