Skip to content

Commit

Permalink
[ci] release (#663)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Oct 1, 2024
1 parent 484658c commit a035b85
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/little-balloons-sort.md

This file was deleted.

2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tus/gcs-store": "^1.4.0",
"@tus/s3-store": "^1.6.0",
"@tus/azure-store": "^0.1.0",
"@tus/server": "^1.8.0",
"@tus/server": "^1.9.0",
"tus-js-client": "^2.3.2"
},
"devDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/server

## 1.9.0

### Minor Changes

- a3c3a99: add Content-Type and Content-Disposition headers on GetHandler.send response

## 1.8.0

### Minor Changes
Expand Down
9 changes: 7 additions & 2 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/server",
"version": "1.8.0",
"version": "1.9.0",
"description": "Tus resumable upload protocol in Node.js",
"main": "dist/index.js",
"homepage": "https://github.com/tus/tus-node-server#readme",
"bugs": "https://github.com/tus/tus-node-server/issues",
"repository": "tus/tus-node-server",
"license": "MIT",
"files": ["README.md", "LICENSE", "dist", "src"],
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"scripts": {
"build": "tsc --build",
"test": "mocha --timeout 40000 --exit --extension ts --require ts-node/register"
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"@tus/file-store": "^1.5.0",
"@tus/gcs-store": "^1.4.0",
"@tus/s3-store": "^1.6.0",
"@tus/server": "^1.8.0"
"@tus/server": "^1.9.0"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit a035b85

Please sign in to comment.