diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 81422a21c..4b50fda59 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.2", + "packages/filecoin-client": "3.1.0", "packages/capabilities": "11.3.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 04eb30822..a6b130da8 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.0.2...filecoin-client-v3.1.0) (2023-11-08) + + +### Features + +* filecoin info ([#1091](https://github.com/web3-storage/w3up/issues/1091)) ([adb2442](https://github.com/web3-storage/w3up/commit/adb24424d1faf50daf2339b77c22fdd44faa236a)) + ## [3.0.2](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.0.1...filecoin-client-v3.0.2) (2023-11-08) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index c25fcaee4..5377e0f65 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.2", + "version": "3.1.0", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {