From 97b2899c01f48c13f982ee1e8fe6213aa04f1b55 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Mon, 30 Oct 2023 14:55:20 -0700 Subject: [PATCH] chore(main): release upload-client 11.1.0 (#1045) :robot: I have created a release *beep* *boop* --- ## [11.1.0](https://github.com/web3-storage/w3up/compare/upload-client-v11.0.0...upload-client-v11.1.0) (2023-10-30) ### Features * upgrade fr32-sha2-256-trunc254-padded-binary-tree-multihash for async hasher ([#1044](https://github.com/web3-storage/w3up/issues/1044)) ([22ea6aa](https://github.com/web3-storage/w3up/commit/22ea6aa1a96e619d0f924c5bd60151866f8cc6df)) --- 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-client/CHANGELOG.md | 7 +++++++ packages/upload-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 31b91af1b..d779f52f8 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,7 +4,7 @@ "packages/filecoin-client": "3.0.0", "packages/capabilities": "11.1.0", "packages/upload-api": "6.3.0", - "packages/upload-client": "11.0.0", + "packages/upload-client": "11.1.0", "packages/w3up-client": "9.2.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index 2df0e7a0a..a9a0bb9a3 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.0](https://github.com/web3-storage/w3up/compare/upload-client-v11.0.0...upload-client-v11.1.0) (2023-10-30) + + +### Features + +* upgrade fr32-sha2-256-trunc254-padded-binary-tree-multihash for async hasher ([#1044](https://github.com/web3-storage/w3up/issues/1044)) ([22ea6aa](https://github.com/web3-storage/w3up/commit/22ea6aa1a96e619d0f924c5bd60151866f8cc6df)) + ## [11.0.0](https://github.com/web3-storage/w3up/compare/upload-client-v10.1.0...upload-client-v11.0.0) (2023-10-27) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 86c4198f9..59304cd6c 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "11.0.0", + "version": "11.1.0", "description": "The web3.storage upload client", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client", "repository": {