Skip to content

Commit 5772937

Browse files
authored
Merge pull request #1667 from nextcloud-libraries/chore/prepare-1-9-1
chore: prepare release of v1.9.1
2 parents 210114d + 92b7552 commit 5772937

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

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

7+
## [v1.9.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.9.1) \(2025-03-20\)
8+
9+
### Fixed
10+
* fix(upload): do not retry when insufficient storage but when locked [\#1657](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1657) \([susnux](https://github.com/susnux)\)
11+
* fix(uploader): only set mtime if valid value is passed [\#1666](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1666) \([susnux](https://github.com/susnux)\)
12+
13+
## Changed
14+
* Updated translations
15+
* Updated Axios to version 1.8.3
16+
* Updated development dependencies
17+
* chore(i18n): adding hint for translators [\#1643](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1643) \([rakekniven](https://github.com/rakekniven)\)
18+
* chore(i18n): Fixes wrong translations syntax [\#1645](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1645) \([rakekniven](https://github.com/rakekniven)\)
19+
720
## [v1.9.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.9.0) \(2025-03-04\)
821

922
### Added

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.9.0",
3+
"version": "1.9.1",
44
"description": "Nextcloud file upload client",
55
"keywords": [
66
"nextcloud",

0 commit comments

Comments
 (0)