Skip to content

Commit 3b40cd1

Browse files
authored
Merge pull request #2003 from nextcloud-libraries/release/v1.11.1
release: v1.11.1
2 parents 17a9068 + 37fb2de commit 3b40cd1

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

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

7+
## [v1.11.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.1) \(2026-01-14\)
8+
9+
### Fixed
10+
11+
* 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)\)
12+
* 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)\)
13+
14+
### Changed
15+
16+
* 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])\)
17+
* chore: bump node and npm version [\#1944](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1944) \([ShGKme](https://github.com/ShGKme)\)
18+
719
## [v1.11.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.11.0) \(2025-09-10\)
820
### Added
921
* 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)\)

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": "@nextcloud/upload",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Nextcloud file upload client",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)