Skip to content

Commit 651c604

Browse files
Merge pull request #7358 from nextcloud/release/1.16.1
release/1.16.1
2 parents b3fd781 + 1039fed commit 651c604

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

8+
## 1.16.1
9+
## Fixed
10+
* [stable32] fix: comments with mentions cant be submitted by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7297
11+
* [stable32] Fix: Prevent error in Whiteboard when adding a Deckboard by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7326
12+
* [stable32] fix(activity): Reduce stored data size for activity entries by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7335
13+
* [stable32] fix: Check owner can create boards when importing by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7344
14+
15+
816
## 1.16.0
917
### Added
1018
- feat: update default content @luka-nextcloud [#6740](https://github.com/nextcloud/deck/pull/6740)

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.16.0</version>
23+
<version>1.16.1</version>
2424
<licence>agpl</licence>
2525
<author>Julius Härtl</author>
2626
<namespace>Deck</namespace>

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

0 commit comments

Comments
 (0)