Skip to content

Commit 70b1465

Browse files
committed
chore(release): Bump version to 29.0.0-beta.2
Signed-off-by: Julius Härtl <[email protected]>
1 parent 25ae13a commit 70b1465

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 29.0.0-beta.2
4+
5+
### Fixed
6+
7+
- fix: Use lock owner display name on error response @juliushaertl [#251](https://github.com/nextcloud/files_lock/pull/251)
8+
- Return proper lock type in webdav response @juliushaertl [#253](https://github.com/nextcloud/files_lock/pull/253)
9+
- 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)
10+
311
## 29.0.0-beta.1
412

513
### Added

appinfo/info.xml

+1-1
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>29.0.0-beta.1</version>
12+
<version>29.0.0-beta.2</version>
1313
<licence>agpl</licence>
1414
<author>Maxence Lange</author>
1515
<namespace>FilesLock</namespace>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_lock",
3-
"version": "29.0.0-beta.1",
3+
"version": "29.0.0-beta.2",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)