Skip to content

Commit

Permalink
[ci] release (#654)
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] committed Sep 5, 2024
1 parent db5e404 commit 99bf540
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-geckos-shop.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 @@ -12,7 +12,7 @@
"@tus/file-store": "^1.5.0",
"@tus/gcs-store": "^1.4.0",
"@tus/s3-store": "^1.6.0",
"@tus/azure-store": "^0.0.0",
"@tus/azure-store": "^0.1.0",
"@tus/server": "^1.8.0",
"tus-js-client": "^2.3.2"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/azure-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @tus/azure-store

## 0.1.0

### Minor Changes

- 919cd85: Add basic store for Azure
9 changes: 7 additions & 2 deletions packages/azure-store/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/azure-store",
"version": "0.0.0",
"version": "0.1.0",
"description": "Azure blob storage for @tus/server",
"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",
"files": ["README.md", "LICENSE", "dist", "src"],
"files": [
"README.md",
"LICENSE",
"dist",
"src"
],
"license": "MIT",
"scripts": {
"build": "tsc --build",
Expand Down

0 comments on commit 99bf540

Please sign in to comment.