Skip to content

Commit 99bf540

Browse files
[ci] release (#654)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent db5e404 commit 99bf540

File tree

4 files changed

+15
-8
lines changed

4 files changed

+15
-8
lines changed

.changeset/rude-geckos-shop.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
@@ -12,7 +12,7 @@
1212
"@tus/file-store": "^1.5.0",
1313
"@tus/gcs-store": "^1.4.0",
1414
"@tus/s3-store": "^1.6.0",
15-
"@tus/azure-store": "^0.0.0",
15+
"@tus/azure-store": "^0.1.0",
1616
"@tus/server": "^1.8.0",
1717
"tus-js-client": "^2.3.2"
1818
},

packages/azure-store/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tus/azure-store
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 919cd85: Add basic store for Azure

packages/azure-store/package.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "@tus/azure-store",
4-
"version": "0.0.0",
4+
"version": "0.1.0",
55
"description": "Azure blob storage for @tus/server",
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",
10-
"files": ["README.md", "LICENSE", "dist", "src"],
10+
"files": [
11+
"README.md",
12+
"LICENSE",
13+
"dist",
14+
"src"
15+
],
1116
"license": "MIT",
1217
"scripts": {
1318
"build": "tsc --build",

0 commit comments

Comments
 (0)