Skip to content

Commit 86d21c0

Browse files
Merge pull request #1101 from nextcloud/release/v33.0.4
[stable33] chore(release): Bumb versions to 33.0.4
2 parents e2e06a7 + b13c8d2 commit 86d21c0

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

CHANGELOG.md

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

7+
## 33.0.4
8+
9+
### Fixed
10+
- fix: gracefully handle null user in copyFromStorage() by @mejo- [#1099](https://github.com/nextcloud/files_lock/pull/1099)
11+
712
## 33.0.3
813

914
### Added

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Allow your users to temporary lock their files to avoid conflicts while working
1515
1616
]]>
1717
</description>
18-
<version>33.0.3</version>
18+
<version>33.0.4</version>
1919
<licence>agpl</licence>
2020
<author>Maxence Lange</author>
2121
<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.3",
3+
"version": "33.0.4",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)