Skip to content

Commit f056c20

Browse files
authored
Merge pull request #1522 from nextcloud-libraries/chore/release
2 parents 36fafd8 + f308931 commit f056c20

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44
-->
55
# Changelog
66

7+
## [v1.7.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.7.1) \(2024-12-10\)
8+
### Fixed
9+
* fix(uploader): only monitor the queue being idle when we know we are finishing the upload by @skjnldsv in https://github.com/nextcloud-libraries/nextcloud-upload/pull/1521
10+
11+
### Changed
12+
* chore(deps): Bump @nextcloud/files from 3.9.1 to 3.10.0 by @dependabot
13+
* chore(deps): Bump @nextcloud/sharing from 0.2.3 to 0.2.4 by @dependabot
14+
* chore(deps): Bump axios from 1.7.7 to 1.7.9 by @dependabot
15+
* Translations updates
16+
17+
**Full Changelog**: https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.7.0...v1.7.1
18+
719
## [v1.7.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.7.0) \(2024-11-13\)
820

921
### Added

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nextcloud/upload",
3-
"version": "1.7.0",
3+
"version": "1.7.1",
44
"description": "Nextcloud file upload client",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)