diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 794e14c5d..a1d3daab2 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.2.0", - "packages/filecoin-api": "4.4.0", + "packages/filecoin-api": "4.5.0", "packages/filecoin-client": "3.2.0", "packages/capabilities": "13.1.1", "packages/upload-api": "8.4.1", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 242cfa485..5bf0e75c1 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.5.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.4.0...filecoin-api-v4.5.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)) + ## [4.4.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.3.1...filecoin-api-v4.4.0) (2024-02-06) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 254b430b6..d8f329751 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.4.0", + "version": "4.5.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",