diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1a22d0632..50eb72ae3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,7 +1,7 @@ { "packages/access-client": "20.1.0", "packages/blob-index": "1.0.4", - "packages/filecoin-api": "7.3.2", + "packages/filecoin-api": "7.3.3", "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.4.1", "packages/upload-api": "18.1.3", diff --git a/packages/filecoin-api/CHANGELOG.md b/packages/filecoin-api/CHANGELOG.md index 65a7ddb52..69b4c196d 100644 --- a/packages/filecoin-api/CHANGELOG.md +++ b/packages/filecoin-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [7.3.3](https://github.com/storacha/w3up/compare/filecoin-api-v7.3.2...filecoin-api-v7.3.3) (2024-11-28) + + +### Other Changes + +* **main:** release w3up-client 16.4.1 ([#1577](https://github.com/storacha/w3up/issues/1577)) ([1482d69](https://github.com/storacha/w3up/commit/1482d69c28baff1c27b1baf5f3e5c76f844e5576)) + ## [7.3.2](https://github.com/storacha/w3up/compare/filecoin-api-v7.3.1...filecoin-api-v7.3.2) (2024-10-20) diff --git a/packages/filecoin-api/package.json b/packages/filecoin-api/package.json index 41f260151..2c8ceddc1 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.2", + "version": "7.3.3", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",