From 0ab0874adb4082985e3a2fa33164d91f0c9e9a8b Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 14 Jan 2026 00:28:01 +0100 Subject: [PATCH 1/2] chore(release): add v1.11.1 changelog Signed-off-by: Grigorii K. Shartsev --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e4e1fd..02966a92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ --> # Changelog +## [v1.11.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.1) \(2026-01-14\) + +### Fixed + +* fix(Uploader): Pass on customHeaders when creating chunked upload workspace [\#1901](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1901) \([provokateurin](https://github.com/provokateurin)\) +* fix(uploader): queue is not empty when everything is skipped [\#2002](https://github.com/nextcloud-libraries/nextcloud-upload/pull/2002) \([ShGKme](https://github.com/ShGKme)\) + +### Changed + +* Updates for project Nextcloud upload library [\#1878](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1878), [\#1904](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1904), [\#1956](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1956), [\#1957](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1957), [\#2001](https://github.com/nextcloud-libraries/nextcloud-upload/pull/2001) \([transifex-integration[bot]](https://github.com/transifex-integration[bot])\) +* chore: bump node and npm version [\#1944](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1944) \([ShGKme](https://github.com/ShGKme)\) + ## [v1.11.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.0) \(2025-09-10\) ### Added * feat(button): Added option to not have label on New button [\#1831](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1831) \([joj0r](https://github.com/joj0r)\) From 3767d8144d20682eec696130ae81cc18232747da Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Wed, 14 Jan 2026 00:25:01 +0100 Subject: [PATCH 2/2] chore(release): v1.11.1 Signed-off-by: Grigorii K. Shartsev --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index dc4d4cd3..fdfc3a1d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/upload", - "version": "1.11.0", + "version": "1.11.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/upload", - "version": "1.11.0", + "version": "1.11.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.5.3", diff --git a/package.json b/package.json index 30fdfbe5..9bc770bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/upload", - "version": "1.11.0", + "version": "1.11.1", "description": "Nextcloud file upload client", "keywords": [ "nextcloud",