diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9474bd02b..2824c0b3b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "16.5.1", "packages/filecoin-api": "4.0.6", - "packages/filecoin-client": "3.0.1", + "packages/filecoin-client": "3.0.2", "packages/capabilities": "11.2.0", "packages/upload-api": "7.2.0", "packages/upload-client": "11.2.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 1453e9f42..04eb30822 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.0.1...filecoin-client-v3.0.2) (2023-11-08) + + +### Bug Fixes + +* upgrade filecoin client deal tracker principal ([#1092](https://github.com/web3-storage/w3up/issues/1092)) ([cde7113](https://github.com/web3-storage/w3up/commit/cde71134ab8fdd4a72e3764da30ae0a414a8690b)) + ## [3.0.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.0.0...filecoin-client-v3.0.1) (2023-11-03) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 711ee9d8e..c25fcaee4 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.0.1", + "version": "3.0.2", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {