Skip to content

Commit 048e0d1

Browse files
authored
Merge pull request #804 from nextcloud/release/v32.0.0
chore(release): v32.0.0
2 parents e407e1f + 0e08f90 commit 048e0d1

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

CHANGELOG.md

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

7+
## 32.0.0
8+
9+
### Added
10+
11+
- Update icons to outline style by @AndyScherzinger in [#789](https://github.com/nextcloud/files_lock/pull/789)
12+
13+
### Fixed
14+
15+
- Adjusted testing matrix for Nextcloud 32 by @nickvergessen in [#779](https://github.com/nextcloud/files_lock/pull/779)
16+
- Auto merge in OCP workflow by @max-nextcloud in [#614](https://github.com/nextcloud/files_lock/pull/614)
17+
18+
### Other
19+
20+
- NPM audits
21+
- Dependency updates
22+
723
## 31.0.0
824

925
### 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>32.0.0-dev.0</version>
16+
<version>32.0.0</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": "32.0.0-dev.0",
3+
"version": "32.0.0",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)