From 04e611695b62a93173d6ec9a7d58d182004018ad Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 14:19:43 +0000 Subject: [PATCH] chore(main): release filecoin-client 1.0.2 (#125) :robot: I have created a release *beep* *boop* --- ## [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)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: ash --- .github/release-please-manifest.json | 2 +- packages/filecoin-client/CHANGELOG.md | 7 +++++++ packages/filecoin-client/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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": {