diff --git a/CHANGELOG.md b/CHANGELOG.md index ab8e8f66d..5961442d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ All notable changes to this project will be documented in this file. +## 3.12.0 - 2025-07-24 +### 🚀 Enhancements +* feat(actions): allow to define hotkey for file action [\#1288](https://github.com/nextcloud-libraries/nextcloud-files/pull/1288) \([susnux](https://github.com/susnux)\) + +### 🐛 Fixed bugs +* fix(sorting): also check attributes [\#1285](https://github.com/nextcloud-libraries/nextcloud-files/pull/1285) \([skjnldsv](https://github.com/skjnldsv)\) +* fix(sorting): adjust attribute fallback condition [\#1286](https://github.com/nextcloud-libraries/nextcloud-files/pull/1286) \([skjnldsv](https://github.com/skjnldsv)\) + +### Other changes +* refactor: restructure source files [\#1287](https://github.com/nextcloud-libraries/nextcloud-files/pull/1287) \([susnux](https://github.com/susnux)\) + ## 3.11.0 - 2025-07-02 ### 🚀 Enhancements * feat: allow changing Node mime type [\#1234](https://github.com/nextcloud-libraries/nextcloud-files/pull/1234) \([skjnldsv](https://github.com/skjnldsv)\) diff --git a/package-lock.json b/package-lock.json index 6ff594539..75d443eb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "3.11.0", + "version": "3.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "3.11.0", + "version": "3.12.0", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.1", diff --git a/package.json b/package.json index a267feff5..acf139b22 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "3.11.0", + "version": "3.12.0", "description": "Nextcloud files utils", "keywords": [ "nextcloud",