From c6c6cccc45853e922fbd62530d9fc932eef6ce24 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:07:38 -0700 Subject: [PATCH] chore(main): release upload-client 8.1.0 (#659) :robot: I have created a release *beep* *boop* --- ## [8.1.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v8.0.0...upload-client-v8.1.0) (2023-03-28) ### Features * docs for DirectoryEntryLinkCallback ([73c0775](https://github.com/web3-storage/w3protocol/commit/73c0775c2061b9a1e0ec6b906883e30905a51c94)) --- 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 d88069487..fd0032bf3 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -3,5 +3,5 @@ "packages/access-api": "5.2.1", "packages/capabilities": "4.0.1", "packages/upload-api": "2.0.0", - "packages/upload-client": "8.0.0" + "packages/upload-client": "8.1.0" } diff --git a/packages/upload-client/CHANGELOG.md b/packages/upload-client/CHANGELOG.md index d40030ad3..474e4e617 100644 --- a/packages/upload-client/CHANGELOG.md +++ b/packages/upload-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [8.1.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v8.0.0...upload-client-v8.1.0) (2023-03-28) + + +### Features + +* docs for DirectoryEntryLinkCallback ([50e5fa5](https://github.com/web3-storage/w3protocol/commit/50e5fa550b7659f0b2c545e26b792e0d871c6e88)) + ## [8.0.0](https://github.com/web3-storage/w3protocol/compare/upload-client-v7.0.0...upload-client-v8.0.0) (2023-03-23) diff --git a/packages/upload-client/package.json b/packages/upload-client/package.json index 46f354ba3..4a6901dcd 100644 --- a/packages/upload-client/package.json +++ b/packages/upload-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/upload-client", - "version": "8.0.0", + "version": "8.1.0", "description": "The web3.storage upload client", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/upload-client", "repository": {