diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index ad79b3690..b6aba8ef0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/blob-index": "1.0.1", "packages/cli": "1.1.0", "packages/filecoin-api": "1.1.0", - "packages/filecoin-client": "1.0.1", + "packages/filecoin-client": "1.0.2", "packages/capabilities": "1.2.1", "packages/upload-api": "1.3.1", "packages/upload-client": "1.0.4", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 1a4cd7777..183303b35 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/storacha/upload-service/compare/filecoin-client-v1.0.1...filecoin-client-v1.0.2) (2025-01-22) + + +### Other Changes + +* upgrade dependencies ([#124](https://github.com/storacha/upload-service/issues/124)) ([e743572](https://github.com/storacha/upload-service/commit/e743572e4a7caad5076472fe0b6e8bfeac7c44db)) + ## [1.0.1](https://github.com/storacha/upload-service/compare/filecoin-client-v1.0.0...filecoin-client-v1.0.1) (2024-12-19) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index 0e53f697e..d6c7145f7 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/filecoin-client", - "version": "1.0.1", + "version": "1.0.2", "description": "The w3filecoin client for storacha.network", "homepage": "https://storacha.network", "repository": {