From 0a4eb32a4b072ebbbb2b08e9c96b1a873632933f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2025 17:18:47 +0000 Subject: [PATCH] chore(main): release filecoin-client 1.0.3 --- .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 904d36d0d..a7a327089 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.2", "packages/filecoin-api": "1.1.2", - "packages/filecoin-client": "1.0.2", + "packages/filecoin-client": "1.0.3", "packages/capabilities": "1.2.2", "packages/upload-api": "1.3.4", "packages/upload-client": "1.0.5", diff --git a/packages/filecoin-client/CHANGELOG.md b/packages/filecoin-client/CHANGELOG.md index 183303b35..de6f8acbb 100644 --- a/packages/filecoin-client/CHANGELOG.md +++ b/packages/filecoin-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.3](https://github.com/storacha/upload-service/compare/filecoin-client-v1.0.2...filecoin-client-v1.0.3) (2025-02-15) + + +### Other Changes + +* update dependencies and expose new server options ([#157](https://github.com/storacha/upload-service/issues/157)) ([88e99d0](https://github.com/storacha/upload-service/commit/88e99d02be8bdb74d7bf9cd81af9abe62b2cb457)) + ## [1.0.2](https://github.com/storacha/upload-service/compare/filecoin-client-v1.0.1...filecoin-client-v1.0.2) (2025-01-22) diff --git a/packages/filecoin-client/package.json b/packages/filecoin-client/package.json index c3fdefa73..7a848454a 100644 --- a/packages/filecoin-client/package.json +++ b/packages/filecoin-client/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/filecoin-client", - "version": "1.0.2", + "version": "1.0.3", "description": "The w3filecoin client for storacha.network", "homepage": "https://storacha.network", "repository": {