From 26ce41b710907a2e0026588ecb7bbc1fe1021b37 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:15:18 -0800 Subject: [PATCH] chore(main): release w3up-client 12.2.0 (#1270) :robot: I have created a release *beep* *boop* --- ## [12.2.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.1.0...w3up-client-v12.2.0) (2024-01-24) ### Features * add remove high level function to client ([#1248](https://github.com/web3-storage/w3up/issues/1248)) ([104b8de](https://github.com/web3-storage/w3up/commit/104b8deaf487320f682540aff7fbeede26eca861)) ### Fixes * update "byo agent" example to match website snippet ([#1268](https://github.com/web3-storage/w3up/issues/1268)) ([e34eed1](https://github.com/web3-storage/w3up/commit/e34eed1fa3d6ef24ce2c01982764f2012dbf30d8)) --- 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/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 0d466e181..f01e8554b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "13.0.0", "packages/upload-api": "8.0.0", "packages/upload-client": "13.0.0", - "packages/w3up-client": "12.1.0", + "packages/w3up-client": "12.2.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 4a3f1a162..5018b102a 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [12.2.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.1.0...w3up-client-v12.2.0) (2024-01-24) + + +### Features + +* add remove high level function to client ([#1248](https://github.com/web3-storage/w3up/issues/1248)) ([104b8de](https://github.com/web3-storage/w3up/commit/104b8deaf487320f682540aff7fbeede26eca861)) + + +### Fixes + +* update "byo agent" example to match website snippet ([#1268](https://github.com/web3-storage/w3up/issues/1268)) ([e34eed1](https://github.com/web3-storage/w3up/commit/e34eed1fa3d6ef24ce2c01982764f2012dbf30d8)) + ## [12.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.0.0...w3up-client-v12.1.0) (2024-01-17) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 15dae4280..1df10d7e4 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "12.1.0", + "version": "12.2.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",