From 9b5600511bb1b0ad25cabee6dbb5e58a7afe2578 Mon Sep 17 00:00:00 2001 From: Ferdinand Thiessen Date: Tue, 16 Dec 2025 16:00:38 +0100 Subject: [PATCH] chore: prepare v3.12.2 Signed-off-by: Ferdinand Thiessen --- CHANGELOG.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70db08ed5..b8dedd8ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ All notable changes to this project will be documented in this file. +## 3.12.2 - 2025-12-16 +### Other changes +* refactor: drop dependency on NodeJS modules [\#1427](https://github.com/nextcloud-libraries/nextcloud-files/pull/1427) +* Bump `@nextcloud/paths` to 3.0.0 + ## 3.12.1 - 2025-12-11 ### 🐛 Fixed bugs * fix(sortNodes): do not trim "extension" of folder names [\#1291](https://github.com/nextcloud-libraries/nextcloud-files/pull/1291) \([susnux](https://github.com/susnux)\) diff --git a/package-lock.json b/package-lock.json index 56f69dd87..a93462237 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/files", - "version": "3.12.1", + "version": "3.12.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/files", - "version": "3.12.1", + "version": "3.12.2", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 7c9627773..7e4a4c629 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/files", - "version": "3.12.1", + "version": "3.12.2", "description": "Nextcloud files utils", "keywords": [ "nextcloud",