Skip to content

Commit

Permalink
Merge pull request #6781 from nextcloud/release/1.15.0
Browse files Browse the repository at this point in the history
chore(release): bump version to 1.15.0
  • Loading branch information
luka-nextcloud authored Feb 21, 2025
2 parents d934867 + e6b29b7 commit 4059042
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
# Changelog
All notable changes to this project will be documented in this file.

## 1.15.0
### Fixed
- Fix: Adapt URLs generated in the backend to new routes #6743
- Fix npm audit #6719
- Fix: skip exporting a deleted card #6723

## 1.15.0-beta.2

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

</description>
<version>1.15.0-beta.2</version>
<version>1.15.0</version>
<licence>agpl</licence>
<author>Julius Härtl</author>
<namespace>Deck</namespace>
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.15.0-beta.2",
"version": "1.15.0",
"authors": [
{
"name": "Julius Härtl",
Expand Down

0 comments on commit 4059042

Please sign in to comment.