diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3ef056dd5..fd5a3a017 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "16.4.0", "packages/filecoin-api": "4.0.1", - "packages/filecoin-client": "3.0.0", + "packages/filecoin-client": "3.0.1", "packages/capabilities": "11.1.0", "packages/upload-api": "7.0.0", "packages/upload-client": "11.1.0", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 8431bd094..1453e9f42 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.1](https://github.com/web3-storage/w3up/compare/filecoin-client-v3.0.0...filecoin-client-v3.0.1) (2023-11-03) + + +### Bug Fixes + +* receipt chain has wrong CID because no expiration is set ([#1060](https://github.com/web3-storage/w3up/issues/1060)) ([dfb46d8](https://github.com/web3-storage/w3up/commit/dfb46d8185c684a18452e1325abcf74d59c48159)) + ## [3.0.0](https://github.com/web3-storage/w3up/compare/filecoin-client-v2.0.2...filecoin-client-v3.0.0) (2023-10-26) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index cbaca48a5..711ee9d8e 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.0", + "version": "3.0.1", "description": "The w3filecoin client for web3.storage", "homepage": "https://github.com/web3-storage/w3up/tree/main/packages/filecoin-client", "repository": {