Skip to content

Commit af6a55a

Browse files
[ci] release (#719)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 06954ac commit af6a55a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/silver-students-invent.md

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

packages/server/CHANGELOG.md

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

3+
## 1.10.2
4+
5+
### Patch Changes
6+
7+
- 06954ac: Don't use AbortSignal.any to fix memory leak in older Node.js versions and to not break version support.
8+
39
## 1.10.1
410

511
### Patch Changes

packages/server/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/server",
4-
"version": "1.10.1",
4+
"version": "1.10.2",
55
"description": "Tus resumable upload protocol in Node.js",
66
"main": "dist/index.js",
77
"homepage": "https://github.com/tus/tus-node-server#readme",

test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tus/file-store": "^1.5.1",
1414
"@tus/gcs-store": "^1.4.2",
1515
"@tus/s3-store": "^1.9.0",
16-
"@tus/server": "^1.10.1"
16+
"@tus/server": "^1.10.2"
1717
},
1818
"devDependencies": {
1919
"@types/mocha": "^10.0.6",

0 commit comments

Comments
 (0)