From 3da0bf130cbecd0114cfe570902b1208aea8623d Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 18 Apr 2024 10:38:43 +0100 Subject: [PATCH] chore(main): release upload-api 9.1.5 (#1383) :robot: I have created a release *beep* *boop* --- ## [9.1.5](https://github.com/web3-storage/w3up/compare/upload-api-v9.1.4...upload-api-v9.1.5) (2024-04-18) ### Fixes * allocation interface rename invocation to cause ([#1382](https://github.com/web3-storage/w3up/issues/1382)) ([2d13042](https://github.com/web3-storage/w3up/commit/2d1304243c2f21de449090261001a625008c5607)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --- .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 bb17f05f9..61c8c3e86 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,7 +3,7 @@ "packages/filecoin-api": "4.6.1", "packages/filecoin-client": "3.3.1", "packages/capabilities": "13.3.1", - "packages/upload-api": "9.1.4", + "packages/upload-api": "9.1.5", "packages/upload-client": "13.2.1", "packages/w3up-client": "12.5.2", "packages/did-mailto": "2.0.2" diff --git a/packages/upload-api/CHANGELOG.md b/packages/upload-api/CHANGELOG.md index fa3bd06e1..0d8bdf68e 100644 --- a/packages/upload-api/CHANGELOG.md +++ b/packages/upload-api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.1.5](https://github.com/web3-storage/w3up/compare/upload-api-v9.1.4...upload-api-v9.1.5) (2024-04-18) + + +### Fixes + +* allocation interface rename invocation to cause ([#1382](https://github.com/web3-storage/w3up/issues/1382)) ([2d13042](https://github.com/web3-storage/w3up/commit/2d1304243c2f21de449090261001a625008c5607)) + ## [9.1.4](https://github.com/web3-storage/w3up/compare/upload-api-v9.1.3...upload-api-v9.1.4) (2024-04-17) diff --git a/packages/upload-api/package.json b/packages/upload-api/package.json index eac685693..d43062900 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": "9.1.4", + "version": "9.1.5", "type": "module", "main": "./src/lib.js", "homepage": "https://web3.storage",