Skip to content

Commit 432b133

Browse files
Merge pull request #1162 from nextcloud/release/v33.0.5
[stable33] chore(release): Bumb versions to 33.0.5
2 parents dcbed82 + 82116f6 commit 432b133

4 files changed

Lines changed: 12 additions & 4 deletions

File tree

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.5
8+
9+
### Fixed
10+
- perf: Avoid calling Server::get for each share mounts by @CarlSchwan [#1124](https://github.com/nextcloud/files_lock/pull/1124)
11+
12+
### Other
13+
- chore(CI): Adjust testing matrix for Nextcloud 33 on stable33 by @nickvergessen [#966](https://github.com/nextcloud/files_lock/pull/966)
14+
715
## 33.0.4
816

917
### Fixed

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.4</version>
18+
<version>33.0.5</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.4",
3+
"version": "33.0.5",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)