From 029c8054cadd2709c89d6f9bc377c73a5a9f358a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:14:53 +0000 Subject: [PATCH] chore(main): release filecoin-api 5.0.1 --- .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 81e1dcf57..59f28396d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.3.1", - "packages/filecoin-api": "5.0.0", + "packages/filecoin-api": "5.0.1", "packages/filecoin-client": "3.3.1", "packages/capabilities": "14.0.0", "packages/upload-api": "10.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 87e58aa8e..eefc203cc 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/w3s-project/w3up/compare/filecoin-api-v5.0.0...filecoin-api-v5.0.1) (2024-04-23) + + +### Fixes + +* migrate repo ([#1389](https://github.com/w3s-project/w3up/issues/1389)) ([475a287](https://github.com/w3s-project/w3up/commit/475a28743ff9f7138b46dfe4227d3c80ed75a6a2)) + ## [5.0.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.6.1...filecoin-api-v5.0.0) (2024-04-23) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 618beed7a..f324a5036 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "5.0.0", + "version": "5.0.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",