From b54173a81f7daff63fcd2899c44f89a475b20a0c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 12:07:31 +0100 Subject: [PATCH] chore(main): release upload-api 13.0.2 (#1433) :robot: I have created a release *beep* *boop* --- ## [13.0.2](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.1...upload-api-v13.0.2) (2024-05-02) ### Fixes * missing test export ([1fc6808](https://github.com/w3s-project/w3up/commit/1fc68087ccca5798cd9c633580025bef034bcadf)) --- 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 66ceb43cd..7001fc2b1 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.1", + "packages/upload-api": "13.0.2", "packages/upload-client": "14.0.0", "packages/w3up-client": "13.0.0", "packages/did-mailto": "2.0.2" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index 43f326370..21730c86f 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [13.0.2](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.1...upload-api-v13.0.2) (2024-05-02) + + +### Fixes + +* missing test export ([1fc6808](https://github.com/w3s-project/w3up/commit/1fc68087ccca5798cd9c633580025bef034bcadf)) + ## [13.0.1](https://github.com/w3s-project/w3up/compare/upload-api-v13.0.0...upload-api-v13.0.1) (2024-05-01) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index 08420b1cb..e36bbd2fb 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.1", + "version": "13.0.2", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",