From 4704ebb51242b150cb6904a4665d02c8e33af8b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:26:48 +0000 Subject: [PATCH] chore(main): release upload-api 1.0.4 (#35) :robot: I have created a release *beep* *boop* --- ## [1.0.4](https://github.com/storacha/upload-service/compare/upload-api-v1.0.3...upload-api-v1.0.4) (2024-11-06) ### Fixes * invocation config does not extend ucan options ([cb473c5](https://github.com/storacha/upload-service/commit/cb473c5db2f11188a713861af99d7270f27958b7)) --- 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> --- .github/release-please-manifest.json | 2 +- packages/upload-api/CHANGELOG.md | 7 +++++++ packages/upload-api/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 c4cff356d..9119870e8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "packages/filecoin-api": "0.0.0", "packages/filecoin-client": "0.0.0", "packages/capabilities": "1.0.0", - "packages/upload-api": "1.0.3", + "packages/upload-api": "1.0.4", "packages/upload-client": "1.0.0", "packages/w3up-client": "1.0.0", "packages/did-mailto": "1.0.0" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index d6874c75b..92d023a8b 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.4](https://github.com/storacha/upload-service/compare/upload-api-v1.0.3...upload-api-v1.0.4) (2024-11-06) + + +### Fixes + +* invocation config does not extend ucan options ([cb473c5](https://github.com/storacha/upload-service/commit/cb473c5db2f11188a713861af99d7270f27958b7)) + ## [1.0.3](https://github.com/storacha/upload-service/compare/upload-api-v1.0.2...upload-api-v1.0.3) (2024-11-05) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 036640582..8b3e9aa56 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,7 +1,7 @@ { "name": "@storacha/upload-api", "description": "The upload api for storacha.network", - "version": "1.0.3", + "version": "1.0.4", "type": "module", "main": "./src/lib.js", "homepage": "https://storacha.network",