diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 628d02415..953cd5c07 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "18.0.3", "packages/filecoin-api": "4.2.0", - "packages/filecoin-client": "3.1.3", + "packages/filecoin-client": "3.2.0", "packages/capabilities": "12.1.0", "packages/upload-api": "7.3.4", "packages/upload-client": "12.1.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index c654c9ec8..ebf614650 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.2.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.3...filecoin-client-v3.2.0) (2023-11-29) + + +### Features + +* move aggregate information out of deals in filecoin/info ([#1192](https://github.com/web3-storage/w3up/issues/1192)) ([18dc590](https://github.com/web3-storage/w3up/commit/18dc590ad50a023ef3094bfc1a2d729459e5d68e)) + ## [3.1.3](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.1.2...filecoin-client-v3.1.3) (2023-11-28) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 866dd5032..878201d95 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.1.3", + "version": "3.2.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {