diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 83b1d56e7..f9a11bc86 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "20.0.1", "packages/blob-index": "1.0.4", "packages/filecoin-api": "7.3.0", - "packages/filecoin-client": "3.3.3", + "packages/filecoin-client": "3.3.4", "packages/capabilities": "17.3.0", "packages/upload-api": "18.0.3", "packages/upload-client": "17.0.1", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index eb60e7103..bec02484b 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.3.4](https://github.com/storacha/w3up/compare/filecoin-client-v3.3.3...filecoin-client-v3.3.4) (2024-09-23) + + +### Fixes + +* repo URLs ([#1550](https://github.com/storacha/w3up/issues/1550)) ([e02ddf3](https://github.com/storacha/w3up/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) + + +### Other Changes + +* Add `pnpm dev` to watch-build all packages ([#1533](https://github.com/storacha/w3up/issues/1533)) ([07970ef](https://github.com/storacha/w3up/commit/07970efd443149158ebbfb2c4e745b5007eb9407)) + ## [3.3.3](https://github.com/w3s-project/w3up/compare/filecoin-client-v3.3.2...filecoin-client-v3.3.3) (2024-04-30) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index a655599da..cdd5d13c5 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/filecoin-client", - "version": "3.3.3", + "version": "3.3.4", "description": "The w3filecoin client for web3.storage", "homepage": "https://web3.storage", "repository": {