From 231cf1f863f4e9a96c92d9ef5001617ba928028d Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 17 Jan 2024 20:44:01 +0300 Subject: [PATCH] chore(main): release w3up-client 12.1.0 (#1256) :robot: I have created a release *beep* *boop* --- ## [12.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.0.0...w3up-client-v12.1.0) (2024-01-17) ### Features * add a function to verify and return Abilities. ([#1252](https://github.com/web3-storage/w3up/issues/1252)) ([2f026a2](https://github.com/web3-storage/w3up/commit/2f026a2483a4f323c4e2c6a8a8cb10afd92e21c4)) * re-export Store implementations from w3up-client ([#1266](https://github.com/web3-storage/w3up/issues/1266)) ([b3c6b46](https://github.com/web3-storage/w3up/commit/b3c6b4608b5aa66290128613e029c70a870b05f1)) * strictly require nodejs version ([#1264](https://github.com/web3-storage/w3up/issues/1264)) ([bc9f427](https://github.com/web3-storage/w3up/commit/bc9f4279aa509ebf2a90b54fa6e68a962621b37a)) --- 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 | 9 +++++++++ packages/w3up-client/package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index e01846f38..0d466e181 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.0.0", + "packages/w3up-client": "12.1.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 955e5fed0..4a3f1a162 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [12.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.0.0...w3up-client-v12.1.0) (2024-01-17) + + +### Features + +* add a function to verify and return Abilities. ([#1252](https://github.com/web3-storage/w3up/issues/1252)) ([2f026a2](https://github.com/web3-storage/w3up/commit/2f026a2483a4f323c4e2c6a8a8cb10afd92e21c4)) +* re-export Store implementations from w3up-client ([#1266](https://github.com/web3-storage/w3up/issues/1266)) ([b3c6b46](https://github.com/web3-storage/w3up/commit/b3c6b4608b5aa66290128613e029c70a870b05f1)) +* strictly require nodejs version ([#1264](https://github.com/web3-storage/w3up/issues/1264)) ([bc9f427](https://github.com/web3-storage/w3up/commit/bc9f4279aa509ebf2a90b54fa6e68a962621b37a)) + ## [12.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v11.2.1...w3up-client-v12.0.0) (2024-01-03) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 01700d98b..15dae4280 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "12.0.0", + "version": "12.1.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",