Skip to content

Commit 6b10228

Browse files
authored
Merge pull request #908 from nextcloud/release/v31.0.3
chore(release): Bump version to 31.0.3
2 parents b0d0c31 + b019591 commit 6b10228

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

7+
## 31.0.3
8+
9+
### Fixed
10+
11+
- [stable31] Fix deletion of expired locks [#900](https://github.com/nextcloud/files_lock/pull/900)
12+
- [stable31] Fix lock checks and response error of read only shares [#902](https://github.com/nextcloud/files_lock/pull/902)
13+
14+
### Other
15+
16+
- chore(ci): fix auto merge in ocp workflow @max-nextcloud [#614](https://github.com/nextcloud/files_lock/pull/614)
17+
- [stable31] ci(actions): Update workflow actions [#876](https://github.com/nextcloud/files_lock/pull/876)
18+
719
## 31.0.2
820

921
### Fixed

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>31.0.2</version>
16+
<version>31.0.3</version>
1717
<licence>agpl</licence>
1818
<author>Maxence Lange</author>
1919
<namespace>FilesLock</namespace>

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": "31.0.2",
3+
"version": "31.0.3",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)