Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Release v1.6.1 #1422

Merged
merged 2 commits into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading