Skip to content

Commit

Permalink
chore(release): Bump version to 29.0.0-beta.2
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <jus@bitgrid.net>
  • Loading branch information
juliusknorr committed Mar 21, 2024
1 parent 25ae13a commit 70b1465
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 29.0.0-beta.2

### Fixed

- fix: Use lock owner display name on error response @juliushaertl [#251](https://github.com/nextcloud/files_lock/pull/251)
- Return proper lock type in webdav response @juliushaertl [#253](https://github.com/nextcloud/files_lock/pull/253)
- fix: Allow to unlock based on the current lock not the requested one to allow lock owners to unlock in any case @juliushaertl [#252](https://github.com/nextcloud/files_lock/pull/252)

## 29.0.0-beta.1

### Added
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.0-beta.1</version>
<version>29.0.0-beta.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.0-beta.1",
"version": "29.0.0-beta.2",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down

0 comments on commit 70b1465

Please sign in to comment.