diff --git a/.changeset/cli-null-url-markdown.md b/.changeset/cli-null-url-markdown.md deleted file mode 100644 index 81665a30..00000000 --- a/.changeset/cli-null-url-markdown.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@buildinternet/uploads": patch ---- - -put/attach/screenshot no longer emit broken `![…](null)` markdown on workspaces without a public URL; the CLI now falls back to a plain-text note naming the uploaded key. diff --git a/packages/uploads/CHANGELOG.md b/packages/uploads/CHANGELOG.md index d5f9ded3..53e55cb4 100644 --- a/packages/uploads/CHANGELOG.md +++ b/packages/uploads/CHANGELOG.md @@ -1,5 +1,11 @@ # @buildinternet/uploads +## 0.37.3 + +### Patch Changes + +- 7e2c7fb: put/attach/screenshot no longer emit broken `![…](null)` markdown on workspaces without a public URL; the CLI now falls back to a plain-text note naming the uploaded key. + ## 0.37.2 ### Patch Changes diff --git a/packages/uploads/package.json b/packages/uploads/package.json index a8bb0567..ebbe6ab8 100644 --- a/packages/uploads/package.json +++ b/packages/uploads/package.json @@ -1,6 +1,6 @@ { "name": "@buildinternet/uploads", - "version": "0.37.2", + "version": "0.37.3", "description": "CLI and client for uploads.sh — workspace-scoped image hosting for GitHub embeds", "type": "module", "sideEffects": false,