add changeset

This commit is contained in:
prakash 2026-06-30 21:15:42 +05:30
parent ad84895e08
commit 942db47234
No known key found for this signature in database

View file

@ -0,0 +1,5 @@
---
"@uppy/tus": major
---
@uppy/tus: don't abort the request on error, so the server response (status + body) is forwarded to the `upload-error` event and `file.response` instead of being reset to status `0`.