diff --git a/.changeset/cli-changelog.md b/.changeset/cli-changelog.md deleted file mode 100644 index 1aebd473..00000000 --- a/.changeset/cli-changelog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": minor ---- - -Add `uploads changelog` to print recent product updates and a link to https://uploads.sh/changelog. Also available as the MCP `changelog` tool. diff --git a/.changeset/retire-files-sdk-patch.md b/.changeset/retire-files-sdk-patch.md deleted file mode 100644 index f70f9145..00000000 --- a/.changeset/retire-files-sdk-patch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -Bump files-sdk to 2.3.1 and drop the local pnpm patch; the Workers-safe S3 adapter now comes from the public files-sdk/s3-fetch entry. diff --git a/apps/web/public/.well-known/mcp/server-card.json b/apps/web/public/.well-known/mcp/server-card.json index a192a2d4..ef0caf05 100644 --- a/apps/web/public/.well-known/mcp/server-card.json +++ b/apps/web/public/.well-known/mcp/server-card.json @@ -3,7 +3,7 @@ "supportedVersions": ["2026-07-28", "2025-06-18"], "serverInfo": { "name": "uploads-mcp", - "version": "0.52.1", + "version": "0.53.0", "description": "Host files on uploads.sh from an agent — put (including branch staging and PR attach), promote, list, delete, usage, galleries, whoami, and GitHub attachment comments.", "homepage": "https://uploads.sh/", "icons": [ diff --git a/packages/uploads/CHANGELOG.md b/packages/uploads/CHANGELOG.md index 67e35b1e..9963b348 100644 --- a/packages/uploads/CHANGELOG.md +++ b/packages/uploads/CHANGELOG.md @@ -1,5 +1,15 @@ # @buildinternet/uploads +## 0.53.0 + +### Minor Changes + +- f590a79: Add `uploads changelog` to print recent product updates and a link to https://uploads.sh/changelog. Also available as the MCP `changelog` tool. + +### Patch Changes + +- 5fc4a8c: Bump files-sdk to 2.3.1 and drop the local pnpm patch; the Workers-safe S3 adapter now comes from the public files-sdk/s3-fetch entry. + ## 0.52.1 ### Patch Changes diff --git a/packages/uploads/package.json b/packages/uploads/package.json index 4de84755..72cdba2f 100644 --- a/packages/uploads/package.json +++ b/packages/uploads/package.json @@ -1,6 +1,6 @@ { "name": "@buildinternet/uploads", - "version": "0.52.1", + "version": "0.53.0", "mcpName": "sh.uploads/mcp", "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds", "type": "module", diff --git a/server.json b/server.json index 2a131f65..a5dc232b 100644 --- a/server.json +++ b/server.json @@ -9,7 +9,7 @@ "source": "github", "id": "1291468384" }, - "version": "0.52.1", + "version": "0.53.0", "icons": [ { "src": "https://uploads.sh/apple-touch-icon.png", @@ -22,7 +22,7 @@ "registryType": "npm", "registryBaseUrl": "https://registry.npmjs.org", "identifier": "@buildinternet/uploads", - "version": "0.52.1", + "version": "0.53.0", "transport": { "type": "stdio" },