Skip to content

Commit

Permalink
chore(release): Bump version to 30.0.1
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 c9d79fd commit a8af74d
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,27 @@
-->
# Changelog

## 30.0.1

### Added

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

### Fixed

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

### Dependencies

- Prepare composer files for Nextcloud 30 @susnux [#338](https://github.com/nextcloud/files_lock/pull/338)

### Other

- chore(CI): Adjust testing matrix for Nextcloud 30 on stable30 @nickvergessen [#341](https://github.com/nextcloud/files_lock/pull/341)
- fix(ci): litmus test with current upload-artifact [#371](https://github.com/nextcloud/files_lock/pull/371)
- chore(dev-deps): Bump nextcloud/ocp package @juliusknorr [#373](https://github.com/nextcloud/files_lock/pull/373)

## 30.0.0

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
]]>
</description>
<version>30.0.0</version>
<version>30.0.1</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.0",
"version": "30.0.1",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down

0 comments on commit a8af74d

Please sign in to comment.