Skip to content

Commit b5a456f

Browse files
committed
chore(release): Bump version to 28.0.7
Signed-off-by: Julius Knorr <jus@bitgrid.net>
1 parent 602ad7c commit b5a456f

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 28.0.7
4+
5+
### Added
6+
7+
- fix: Use icons instead of avatar for locking indication [#474](https://github.com/nextcloud/files_lock/pull/474)
8+
9+
### Fixed
10+
11+
- Allow force unlock of automated client locks [#439](https://github.com/nextcloud/files_lock/pull/439)
12+
- fix: Use proper user when unlocking an app locked file with occ [#467](https://github.com/nextcloud/files_lock/pull/467)
13+
14+
### Other
15+
16+
- fix(ci): litmus test with current upload-artifact [#369](https://github.com/nextcloud/files_lock/pull/369)
17+
318
## 28.0.6
419

520
### Changed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
99
1010
]]>
1111
</description>
12-
<version>28.0.6</version>
12+
<version>28.0.7</version>
1313
<licence>agpl</licence>
1414
<author>Maxence Lange</author>
1515
<namespace>FilesLock</namespace>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_lock",
3-
"version": "28.0.6",
3+
"version": "28.0.7",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",
@@ -55,4 +55,4 @@
5555
"node": "^20",
5656
"npm": "^9"
5757
}
58-
}
58+
}

0 commit comments

Comments
 (0)