Skip to content

Commit 8f833da

Browse files
authored
Merge pull request #1422 from nextcloud-libraries/release/v1.6.1
chore: Release v1.6.1
2 parents 44a7f83 + 4f234f5 commit 8f833da

4 files changed

Lines changed: 22 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ updates:
1717
labels:
1818
- 3. to review
1919
- dependencies
20+
commit-message:
21+
prefix: "chore"
22+
include: "scope"
2023

2124
- package-ecosystem: github-actions
2225
directory: /
@@ -27,3 +30,6 @@ updates:
2730
labels:
2831
- 3. to review
2932
- dependencies
33+
commit-message:
34+
prefix: "ci"
35+
include: "scope"

CHANGELOG.md

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

7+
## [v1.6.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.6.1) \(2024-09-26\)
8+
9+
### Fixed
10+
* fix: Fix errors when FileSystemFileEntry is unsupported [\#1417](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1417) \([Pytal](https://github.com/Pytal)\)
11+
* fix(l10n): Add proper config to align languages with Nextcloud language tags [\#1421](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1421) \([susnux](https://github.com/susnux)\)
12+
13+
### Changed
14+
* Updated translations
15+
* Updated development dependencies
16+
* chore: Bump `@nextcloud/files` to 3.9.0
17+
* chore: Bump `dompurify` to 3.1.6
18+
* chore: Bump `@nextcloud/axios` to 2.5.1
19+
720
## [v1.6.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.6.0) \(2024-09-05\)
821

922
### Added
@@ -266,4 +279,3 @@
266279

267280

268281
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
269-

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.6.0",
3+
"version": "1.6.1",
44
"description": "Nextcloud file upload client",
55
"type": "module",
66
"main": "dist/index.cjs",

0 commit comments

Comments
 (0)