diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index f9a11bc86..cc29e3ca0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "20.0.1", "packages/blob-index": "1.0.4", - "packages/filecoin-api": "7.3.0", + "packages/filecoin-api": "7.3.1", "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.3.0", "packages/upload-api": "18.0.3", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 668c45423..f04066ffc 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.1](https://github.com/storacha/w3up/compare/filecoin-api-v7.3.0...filecoin-api-v7.3.1) (2024-10-08) + + +### Fixes + +* **filecoin-api:** parallel put to piece accept queue ([#1560](https://github.com/storacha/w3up/issues/1560)) ([e7cbb6d](https://github.com/storacha/w3up/commit/e7cbb6dc7930b7b19335286bf1908d2ed3cb9437)) + ## [7.3.0](https://github.com/storacha/w3up/compare/filecoin-api-v7.2.1...filecoin-api-v7.3.0) (2024-09-20) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index a56f7ea8a..b4ae38c40 100644 --- a/packages/filecoin-api/package.json +++ b/packages/filecoin-api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-api", - "version": "7.3.0", + "version": "7.3.1", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",