Skip to content

Commit

Permalink
Merge pull request #956 from nextcloud-libraries/release/1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliushaertl authored Nov 17, 2023
2 parents 7732ee7 + f9abf6f commit 8f70396
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelog-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ jobs:
with:
args: >
-t ${{ secrets.GITHUB_TOKEN }}
--user nextcloud
--project nextcloud-vue
--user nextcloud-libraries
--project nextcloud-upload
--no-issues
--no-issues-wo-labels
--max-issues 0
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## [v1.0.1](https://github.com/nextcloud-libraries/nextcloud-upload/tree/v1.0.1) (2023-11-17)

[Full Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/compare/v1.0.0...v1.0.1)

### :bug: Fixed bugs

- fix: Do not block if the filetype is unknown to the browser [\#955](https://github.com/nextcloud-libraries/nextcloud-upload/pull/955) ([juliushaertl](https://github.com/juliushaertl))
- fix\(upload\): attach response to failed uploads too [\#953](https://github.com/nextcloud-libraries/nextcloud-upload/pull/953) ([skjnldsv](https://github.com/skjnldsv))
- Fix "Add" label to "New" [\#957](https://github.com/nextcloud-libraries/nextcloud-upload/pull/957) ([jancborchardt](https://github.com/jancborchardt))



\* *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.0.0",
"version": "1.0.1",
"description": "Nextcloud file upload client",
"type": "module",
"main": "dist/index.cjs",
Expand Down

0 comments on commit 8f70396

Please sign in to comment.