From 253371587027cbc2a196f053cdb0ba6f4ed8e63f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 17:13:40 +0000 Subject: [PATCH] chore(main): release upload-api 13.0.3 --- .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 0fb0c2153..d14a2e0af 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/filecoin-api": "6.0.1", "packages/filecoin-client": "3.3.3", "packages/capabilities": "17.0.0", - "packages/upload-api": "13.0.2", + "packages/upload-api": "13.0.3", "packages/upload-client": "14.0.0", "packages/w3up-client": "13.0.1", "packages/did-mailto": "2.0.2" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index 21730c86f..72a3cd820 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [13.0.3](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.2...upload-api-v13.0.3) (2024-05-08) + + +### Fixes + +* test against actual api ([#1438](https://github.com/w3s-project/w3up/issues/1438)) ([f8132ca](https://github.com/w3s-project/w3up/commit/f8132ca1fced72a4addc7e9f0a2162e823c1ea5f)) + ## [13.0.2](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.1...upload-api-v13.0.2) (2024-05-02) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index e36bbd2fb..3baeaada4 100644 --- a/packages/upload-api/package.json +++ b/packages/upload-api/package.json @@ -1,7 +1,7 @@ { "name": "@web3-storage/upload-api", "description": "The upload api for web3.storage", - "version": "13.0.2", + "version": "13.0.3", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",