From 53d3450b78c5cc20b7f60be39077c586a9613bea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:37:27 -0300 Subject: [PATCH] chore(main): release w3up-client 16.4.1 (#1575) :robot: I have created a release *beep* *boop* --- ## [16.4.1](https://github.com/storacha/w3up/compare/w3up-client-v16.4.0...w3up-client-v16.4.1) (2024-11-05) ### Fixes * **egress/record:** rename capability ([#1572](https://github.com/storacha/w3up/issues/1572)) ([d28691c](https://github.com/storacha/w3up/commit/d28691c4709f4e7c5ba81e042cac9e961c273bc9)) --- 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/w3up-client/CHANGELOG.md | 7 +++++++ packages/w3up-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 3982ca50f..020cd04ef 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.4.0", "packages/upload-api": "18.1.1", "packages/upload-client": "17.1.0", - "packages/w3up-client": "16.4.0", + "packages/w3up-client": "16.4.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index fbf6b441f..14c66f9aa 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [16.4.1](https://github.com/storacha/w3up/compare/w3up-client-v16.4.0...w3up-client-v16.4.1) (2024-11-05) + + +### Fixes + +* **egress/record:** rename capability ([#1572](https://github.com/storacha/w3up/issues/1572)) ([d28691c](https://github.com/storacha/w3up/commit/d28691c4709f4e7c5ba81e042cac9e961c273bc9)) + ## [16.4.0](https://github.com/storacha/w3up/compare/w3up-client-v16.3.0...w3up-client-v16.4.0) (2024-10-24) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 11c7a2bfb..a02ce8d05 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "16.4.0", + "version": "16.4.1", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",