diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d4df4bba8..702b0f534 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.1", "packages/upload-api": "10.0.0", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 87e58aa8e..c437abb05 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-24) + + +### 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",