diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index fd5a3a017..8bdbd26b1 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "16.4.0", - "packages/filecoin-api": "4.0.1", + "packages/filecoin-api": "4.0.2", "packages/filecoin-client": "3.0.1", "packages/capabilities": "11.1.0", "packages/upload-api": "7.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 5b75894f3..4de54a6ff 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.0.1...filecoin-api-v4.0.2) (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)) + ## [4.0.1](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.0.0...filecoin-api-v4.0.1) (2023-11-01) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 8c2ea9e4c..7b8cc9abe 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.0.1", + "version": "4.0.2", "type": "module", "main": "./src/lib.js", "files": [