Skip to content

Commit 30e0d26

Browse files
Merge pull request #1032 from nextcloud/release/v33.0.1
[stable33] chore(release): Bump versions to 33.0.1
2 parents 6dbe598 + ddd764d commit 30e0d26

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@
44
-->
55
# Changelog
66

7+
## 33.0.1
8+
9+
### Fixed
10+
11+
- fix: do not expire locks when no timeout is configured by @benjaminfrueh [#1028](https://github.com/nextcloud/files_lock/pull/1028)
12+
- fix(DAV): Fix getFileFromAbsoluteUri by @provokateurin [#1009](https://github.com/nextcloud/files_lock/pull/1009)
13+
- fix: lock cache invalidation by @benjaminfrueh [#1015](https://github.com/nextcloud/files_lock/pull/1015)
14+
715
## 33.0.0
816

917
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
1313
1414
]]>
1515
</description>
16-
<version>33.0.0</version>
16+
<version>33.0.1</version>
1717
<licence>agpl</licence>
1818
<author>Maxence Lange</author>
1919
<namespace>FilesLock</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "files_lock",
3-
"version": "33.0.0",
3+
"version": "33.0.1",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)