From 0c73686ee37602749aeef63cfb7b9fcc37db7361 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2024 01:12:57 +0000 Subject: [PATCH] chore(main): release w3up-client 16.5.0 --- .github/release-please-manifest.json | 2 +- packages/w3up-client/CHANGELOG.md | 12 ++++++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bf8539bfe..d24e5db97 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.4.1", "packages/upload-api": "18.1.1", "packages/upload-client": "17.1.0", - "packages/w3up-client": "16.4.1", + "packages/w3up-client": "16.5.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 14c66f9aa..c48890e39 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [16.5.0](https://github.com/storacha/w3up/compare/w3up-client-v16.4.1...w3up-client-v16.5.0) (2024-11-17) + + +### Features + +* add pre-built browser bundle ([#1586](https://github.com/storacha/w3up/issues/1586)) ([2fd07e7](https://github.com/storacha/w3up/commit/2fd07e7c2337ca5ea4eff265338976b34ad0bf27)) + + +### Other Changes + +* **main:** release w3up-client 16.4.1 ([#1577](https://github.com/storacha/w3up/issues/1577)) ([1482d69](https://github.com/storacha/w3up/commit/1482d69c28baff1c27b1baf5f3e5c76f844e5576)) + ## [16.4.1](https://github.com/storacha/w3up/compare/w3up-client-v16.4.0...w3up-client-v16.4.1) (2024-11-05) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 065872a6b..efed04735 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.1", + "version": "16.5.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",