Skip to content

Commit

Permalink
chore(release): Bump version to 29.0.2
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 2732062 commit 2a47db8
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 29.0.2

### Added

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

### Fixed

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

### Other

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

## 29.0.1

### Fixed
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>29.0.1</version>
<version>29.0.2</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "29.0.1",
"version": "29.0.2",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down

0 comments on commit 2a47db8

Please sign in to comment.