From 7fdb541fb564dd53dccfcbb318e47ca0f7911476 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:47:38 -0700 Subject: [PATCH] chore(main): release capabilities 11.1.0 (#1026) :robot: I have created a release *beep* *boop* --- ## [11.1.0](https://github.com/web3-storage/w3up/compare/capabilities-v11.0.1...capabilities-v11.1.0) (2023-10-27) ### Features * implement `plan/get` capability ([#1005](https://github.com/web3-storage/w3up/issues/1005)) ([f0456d2](https://github.com/web3-storage/w3up/commit/f0456d2e2aab462666810e22abd7dfb7e1ce21be)) --- 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: Travis Vachon --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 7 +++++++ packages/capabilities/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 781eea0f6..132468abd 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "16.3.0", "packages/filecoin-api": "3.0.2", "packages/filecoin-client": "3.0.0", - "packages/capabilities": "11.0.1", + "packages/capabilities": "11.1.0", "packages/upload-api": "6.3.0", "packages/upload-client": "10.1.0", "packages/w3up-client": "9.2.1", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index b06029264..3f09df790 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.1.0](https://github.com/web3-storage/w3up/compare/capabilities-v11.0.1...capabilities-v11.1.0) (2023-10-27) + + +### Features + +* implement `plan/get` capability ([#1005](https://github.com/web3-storage/w3up/issues/1005)) ([f0456d2](https://github.com/web3-storage/w3up/commit/f0456d2e2aab462666810e22abd7dfb7e1ce21be)) + ## [11.0.1](https://github.com/web3-storage/w3up/compare/capabilities-v11.0.0...capabilities-v11.0.1) (2023-10-25) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index c68ee50b8..12ea07b9f 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "11.0.1", + "version": "11.1.0", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {