diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index be5e57f7f..a5532d13e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/access-client": "18.2.0", - "packages/filecoin-api": "4.5.0", + "packages/filecoin-api": "4.6.0", "packages/filecoin-client": "3.3.0", "packages/capabilities": "13.2.0", "packages/upload-api": "8.4.1", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 5bf0e75c1..a81bae473 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.6.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.5.0...filecoin-api-v4.6.0) (2024-03-26) + + +### Features + +* api waits for trigger filecoin pipeline from the client ([#1332](https://github.com/web3-storage/w3up/issues/1332)) ([421bacb](https://github.com/web3-storage/w3up/commit/421bacb9bac8c251cb41f887144e953feaa5558f)) + ## [4.5.0](https://github.com/web3-storage/w3up/compare/filecoin-api-v4.4.0...filecoin-api-v4.5.0) (2024-03-21) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 40a8a7738..69a413cde 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "4.5.0", + "version": "4.6.0", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",