Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@
-->
# Changelog

## 32.0.0

### Added

- Update icons to outline style by @AndyScherzinger in [#789](https://github.com/nextcloud/files_lock/pull/789)

### Fixed

- Adjusted testing matrix for Nextcloud 32 by @nickvergessen in [#779](https://github.com/nextcloud/files_lock/pull/779)
- Auto merge in OCP workflow by @max-nextcloud in [#614](https://github.com/nextcloud/files_lock/pull/614)

### Other

- NPM audits
- Dependency updates

## 31.0.0

### Added
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Allow your users to temporary lock their files to avoid conflicts while working

]]>
</description>
<version>32.0.0-dev.0</version>
<version>32.0.0</version>
<licence>agpl</licence>
<author>Maxence Lange</author>
<namespace>FilesLock</namespace>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "files_lock",
"version": "32.0.0-dev.0",
"version": "32.0.0",
"license": "AGPL-3.0-or-later",
"private": true,
"type": "module",
Expand Down
Loading