From 146d498097d83d56d344db4f9851375156624419 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 3 Nov 2023 02:37:03 -0700 Subject: [PATCH] chore(main): release filecoin-api 4.0.2 --- .github/release-please-manifest.json | 2 +- packages/filecoin-api/CHANGELOG.md | 7 +++++++ packages/filecoin-api/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 3ef056dd5..9f2c404e9 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.0", "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": [