Skip to content

Commit 227d9ff

Browse files
[ci] release (#785)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## @tus/[email protected] ### Patch Changes - 011ac76: Fix offset being returned as `NaN` when there are no S3 parts found Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 011ac76 commit 227d9ff

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/nasty-drinks-itch.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/s3-store/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tus/s3-store
22

3+
## 2.0.1
4+
5+
### Patch Changes
6+
7+
- 011ac76: Fix offset being returned as `NaN` when there are no S3 parts found
8+
39
## 2.0.0
410

511
### Major Changes

packages/s3-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/s3-store",
4-
"version": "2.0.0",
4+
"version": "2.0.1",
55
"description": "AWS S3 store for @tus/server",
66
"main": "./dist/index.js",
77
"exports": "./dist/index.js",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@tus/file-store": "^2.0.0",
1515
"@tus/gcs-store": "^2.0.0",
16-
"@tus/s3-store": "^2.0.0",
16+
"@tus/s3-store": "^2.0.1",
1717
"@tus/server": "^2.3.0"
1818
},
1919
"devDependencies": {

0 commit comments

Comments
 (0)