diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 29345b588..f4b1ca4c8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,7 +5,7 @@ "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.4.1", "packages/upload-api": "18.1.4", - "packages/upload-client": "17.1.0", + "packages/upload-client": "17.1.1", "packages/w3up-client": "16.5.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index 18a5a58fa..0073e591f 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [17.1.1](https://github.com/storacha/w3up/compare/upload-client-v17.1.0...upload-client-v17.1.1) (2024-11-29) + + +### Fixes + +* Find the receipts URL from the connection URL ([#1565](https://github.com/storacha/w3up/issues/1565)) ([3eb0f8e](https://github.com/storacha/w3up/commit/3eb0f8e31d92656fc65dc71f0b39f19478e8374e)) +* overflow slices ([#1595](https://github.com/storacha/w3up/issues/1595)) ([0731582](https://github.com/storacha/w3up/commit/0731582b68d864a2d8f23b36008b8c64dbfa18fe)) + + +### Other Changes + +* **main:** release w3up-client 16.4.1 ([#1577](https://github.com/storacha/w3up/issues/1577)) ([1482d69](https://github.com/storacha/w3up/commit/1482d69c28baff1c27b1baf5f3e5c76f844e5576)) + ## [17.1.0](https://github.com/storacha/w3up/compare/upload-client-v17.0.1...upload-client-v17.1.0) (2024-10-24) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 8ab9cca3a..216a40d66 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "17.1.0", + "version": "17.1.1", "description": "The web3.storage upload client", "homepage": "https://web3.storage", "repository": {