Skip to content

Commit a035b85

Browse files
[ci] release (#663)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 484658c commit a035b85

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

.changeset/little-balloons-sort.md

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

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@tus/gcs-store": "^1.4.0",
1414
"@tus/s3-store": "^1.6.0",
1515
"@tus/azure-store": "^0.1.0",
16-
"@tus/server": "^1.8.0",
16+
"@tus/server": "^1.9.0",
1717
"tus-js-client": "^2.3.2"
1818
},
1919
"devDependencies": {

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.9.0
4+
5+
### Minor Changes
6+
7+
- a3c3a99: add Content-Type and Content-Disposition headers on GetHandler.send response
8+
39
## 1.8.0
410

511
### Minor Changes

packages/server/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,19 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/server",
4-
"version": "1.8.0",
4+
"version": "1.9.0",
55
"description": "Tus resumable upload protocol in Node.js",
66
"main": "dist/index.js",
77
"homepage": "https://github.com/tus/tus-node-server#readme",
88
"bugs": "https://github.com/tus/tus-node-server/issues",
99
"repository": "tus/tus-node-server",
1010
"license": "MIT",
11-
"files": ["README.md", "LICENSE", "dist", "src"],
11+
"files": [
12+
"README.md",
13+
"LICENSE",
14+
"dist",
15+
"src"
16+
],
1217
"scripts": {
1318
"build": "tsc --build",
1419
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"

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.0",
1414
"@tus/gcs-store": "^1.4.0",
1515
"@tus/s3-store": "^1.6.0",
16-
"@tus/server": "^1.8.0"
16+
"@tus/server": "^1.9.0"
1717
},
1818
"devDependencies": {
1919
"@types/mocha": "^10.0.6",

0 commit comments

Comments
 (0)