Skip to content

Commit

Permalink
[ci] release (#678)
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 Nov 20, 2024
1 parent 37dcd55 commit f52592e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/friendly-panthers-know.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.1",
"@tus/gcs-store": "^1.4.1",
"@tus/s3-store": "^1.6.1",
"@tus/azure-store": "^0.1.1",
"@tus/azure-store": "^0.1.2",
"@tus/server": "^1.10.0",
"tus-js-client": "^2.3.2"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/azure-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tus/azure-store

## 0.1.2

### Patch Changes

- 37dcd55: Correctly publish dist folder

## 0.1.1

### Patch Changes
Expand Down
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.1.1",
"version": "0.1.2",
"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 f52592e

Please sign in to comment.