Skip to content

Commit

Permalink
bump version to 1.13.1
Browse files Browse the repository at this point in the history
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de>
  • Loading branch information
grnd-alt committed Jun 27, 2024
1 parent 12dd877 commit 9a09dd1
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.13.1
### Fixed
- Fix npm audit #6028
- Fix npm audit #6001
- fix: Avoid optional before required parameter #5820
- fix: permission check for cloning board #5853

### Other
- Update nextcloud/ocp dependency #5984
- Update nextcloud/ocp dependency #5936
- Update nextcloud/ocp dependency #5883

## 1.13.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- 🚀 Get your project organized

</description>
<version>1.13.0</version>
<version>1.13.1</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<documentation>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "deck",
"description": "",
"version": "1.13.0",
"version": "1.13.1",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 9a09dd1

Please sign in to comment.