Skip to content

Commit

Permalink
chore(release): Bump version to 28.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Knorr <[email protected]>
  • Loading branch information
juliusknorr committed Dec 30, 2024
1 parent 602ad7c commit b5a456f
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 28.0.7

### Added

- fix: Use icons instead of avatar for locking indication [#474](https://github.com/nextcloud/files_lock/pull/474)

### Fixed

- Allow force unlock of automated client locks [#439](https://github.com/nextcloud/files_lock/pull/439)
- fix: Use proper user when unlocking an app locked file with occ [#467](https://github.com/nextcloud/files_lock/pull/467)

### Other

- fix(ci): litmus test with current upload-artifact [#369](https://github.com/nextcloud/files_lock/pull/369)

## 28.0.6

### Changed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
]]>
</description>
<version>28.0.6</version>
<version>28.0.7</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "28.0.6",
"version": "28.0.7",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down Expand Up @@ -55,4 +55,4 @@
"node": "^20",
"npm": "^9"
}
}
}

0 comments on commit b5a456f

Please sign in to comment.