Skip to content

Commit 3473c23

Browse files
release 1.13.8
Signed-off-by: Luka Trovic <luka@nextcloud.com>
1 parent d764b1f commit 3473c23

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

CHANGELOG.md

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

4+
## 1.13.8
5+
### Added
6+
* [stable29] refactor: convert store to factory functions by @backportbot[bot] in https://github.com/nextcloud/deck/pull/7403
7+
48
## 1.13.7
59
### Fixed
610
* [stable29] chore: update workflows from templates by @backportbot[bot] in https://github.com/nextcloud/deck/pull/6920

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.13.7</version>
19+
<version>1.13.8</version>
2020
<licence>agpl</licence>
2121
<author>Julius Härtl</author>
2222
<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.13.7",
4+
"version": "1.13.8",
55
"authors": [
66
{
77
"name": "Julius Härtl",

0 commit comments

Comments
 (0)