From f8c6c1d258f1bab1dfe296a083a5440981eae3ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:33:40 +0200 Subject: [PATCH] chore(main): release filecoin-api 6.0.1 (#1424) :robot: I have created a release *beep* *boop* --- ## [6.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v6.0.0...filecoin-api-v6.0.1) (2024-04-30) ### Fixes * filecoin test use blob ([#1422](https://github.com/w3s-project/w3up/issues/1422)) ([359c0b7](https://github.com/w3s-project/w3up/commit/359c0b736cad8e4375d75af4f60e97e20057e7aa)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Vasco Santos --- .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 5ddb5adde..bed7ee5e9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.3.2", - "packages/filecoin-api": "6.0.0", + "packages/filecoin-api": "6.0.1", "packages/filecoin-client": "3.3.3", "packages/capabilities": "16.0.0", "packages/upload-api": "12.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 954d42927..b01bf5eb4 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v6.0.0...filecoin-api-v6.0.1) (2024-04-30) + + +### Fixes + +* filecoin test use blob ([#1422](https://github.com/w3s-project/w3up/issues/1422)) ([359c0b7](https://github.com/w3s-project/w3up/commit/359c0b736cad8e4375d75af4f60e97e20057e7aa)) + ## [6.0.0](https://github.com/w3s-project/w3up/compare/filecoin-api-v5.0.1...filecoin-api-v6.0.0) (2024-04-26) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 8619f8f29..60299b4de 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "6.0.0", + "version": "6.0.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",