diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 794e14c5d..6af6ea5f2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.2.0", "packages/filecoin-api": "4.4.0", - "packages/filecoin-client": "3.2.0", + "packages/filecoin-client": "3.3.0", "packages/capabilities": "13.1.1", "packages/upload-api": "8.4.1", "packages/upload-client": "13.0.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index ebf614650..18b7492fc 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.2.0...filecoin-client-v3.3.0) (2024-03-21) + + +### Features + +* upgrade ucanto/transport to 9.1.0 in all packages to get more verbose errors from HTTP transport on non-ok response ([#1312](https://github.com/web3-storage/w3up/issues/1312)) ([d6978d7](https://github.com/web3-storage/w3up/commit/d6978d7ab299be76987c6533d18e6857f6998fe6)) + ## [3.2.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.3...filecoin-client-v3.2.0) (2023-11-29) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 8c196ca45..d311f30ce 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.2.0", + "version": "3.3.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {