diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 87965480e..66bf63d26 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.6.0", - "packages/filecoin-client": "3.3.0", + "packages/filecoin-client": "3.3.1", "packages/capabilities": "13.2.1", "packages/upload-api": "9.0.0", "packages/upload-client": "13.2.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 18b7492fc..efcaa3b1c 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.3.0...filecoin-client-v3.3.1) (2024-04-12) + + +### Fixes + +* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) + ## [3.3.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.2.0...filecoin-client-v3.3.0) (2024-03-21) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 88d07540b..16fc31135 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.3.0", + "version": "3.3.1", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {