diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e62a8958..97b55982 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,9 @@ updates: labels: - 3. to review - dependencies + commit-message: + prefix: "chore" + include: "scope" - package-ecosystem: github-actions directory: / @@ -27,3 +30,6 @@ updates: labels: - 3. to review - dependencies + commit-message: + prefix: "ci" + include: "scope" \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 38e2e489..7e82e6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ --> # Changelog +## [v1.6.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.6.1) \(2024-09-26\) + +### Fixed +* fix: Fix errors when FileSystemFileEntry is unsupported [\#1417](https://github.com/nextcloud-libraries/nextcloud-upload/pull/1417) \([Pytal](https://github.com/Pytal)\) +* 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)\) + +### Changed +* Updated translations +* Updated development dependencies +* chore: Bump `@nextcloud/files` to 3.9.0 +* chore: Bump `dompurify` to 3.1.6 +* chore: Bump `@nextcloud/axios` to 2.5.1 + ## [v1.6.0](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.6.0) \(2024-09-05\) ### Added @@ -266,4 +279,3 @@ \* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* - diff --git a/package-lock.json b/package-lock.json index fdec1cef..a3be5f6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@nextcloud/upload", - "version": "1.6.0", + "version": "1.6.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@nextcloud/upload", - "version": "1.6.0", + "version": "1.6.1", "license": "AGPL-3.0-or-later", "dependencies": { "@nextcloud/auth": "^2.4.0", diff --git a/package.json b/package.json index 02699050..ffb74465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nextcloud/upload", - "version": "1.6.0", + "version": "1.6.1", "description": "Nextcloud file upload client", "type": "module", "main": "dist/index.cjs",