diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 253196641..5ddb5adde 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.3.2", "packages/filecoin-api": "6.0.0", - "packages/filecoin-client": "3.3.2", + "packages/filecoin-client": "3.3.3", "packages/capabilities": "16.0.0", "packages/upload-api": "12.0.0", "packages/upload-client": "14.0.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 073bcf02c..eb60e7103 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.3.3](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.2...filecoin-client-v3.3.3) (2024-04-30) + + +### Fixes + +* filecoin test use blob ([#1422](https://github.com/w3s-project/w3up/issues/1422)) ([359c0b7](https://github.com/w3s-project/w3up/commit/359c0b736cad8e4375d75af4f60e97e20057e7aa)) + ## [3.3.2](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.1...filecoin-client-v3.3.2) (2024-04-24) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index ff330222d..337cc4834 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.2", + "version": "3.3.3", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {