Skip to content

Commit

Permalink
Merge pull request #1422 from nextcloud-libraries/release/v1.6.1
Browse files Browse the repository at this point in the history
chore: Release v1.6.1
  • Loading branch information
susnux authored Sep 25, 2024
2 parents 44a7f83 + 4f234f5 commit 8f833da
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ updates:
labels:
- 3. to review
- dependencies
commit-message:
prefix: "chore"
include: "scope"

- package-ecosystem: github-actions
directory: /
Expand All @@ -27,3 +30,6 @@ updates:
labels:
- 3. to review
- dependencies
commit-message:
prefix: "ci"
include: "scope"
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -266,4 +279,3 @@


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

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 8f833da

Please sign in to comment.