Merge pull request #6591 from nextcloud/release/1.6.7

bump version to v1.6.7
This commit is contained in:
grnd-alt
2024-12-12 15:29:02 +01:00
committed by GitHub
4 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,13 @@
# Changelog # Changelog
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## 1.6.7
### Fixed
- fix: Detect end of the activity responses (fix #3395) #6518
- fix: Avoid conflicts on deck attachments folder name #5705
## 1.6.6 ## 1.6.6
### Fixed ### Fixed

View File

@@ -16,7 +16,7 @@
- 🚀 Get your project organized - 🚀 Get your project organized
</description> </description>
<version>1.6.6</version> <version>1.6.7</version>
<licence>agpl</licence> <licence>agpl</licence>
<author>Julius Härtl</author> <author>Julius Härtl</author>
<namespace>Deck</namespace> <namespace>Deck</namespace>

2
package-lock.json generated
View File

@@ -1,6 +1,6 @@
{ {
"name": "deck", "name": "deck",
"version": "1.6.5", "version": "1.6.7",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {

View File

@@ -1,7 +1,7 @@
{ {
"name": "deck", "name": "deck",
"description": "", "description": "",
"version": "1.6.6", "version": "1.6.7",
"authors": [ "authors": [
{ {
"name": "Julius Härtl", "name": "Julius Härtl",