From 733c5a11d43577b4909759ec294bd11596847f46 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 24 Jan 2024 08:13:22 -0800 Subject: [PATCH] chore(main): release capabilities 13.1.0 --- .github/release-please-manifest.json | 2 +- packages/capabilities/CHANGELOG.md | 9 +++++++++ packages/capabilities/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 0d466e181..6e13d8cfd 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "18.1.1", "packages/filecoin-api": "4.3.1", "packages/filecoin-client": "3.2.0", - "packages/capabilities": "13.0.0", + "packages/capabilities": "13.1.0", "packages/upload-api": "8.0.0", "packages/upload-client": "13.0.0", "packages/w3up-client": "12.1.0", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 148d1c7f8..f54acfdec 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [13.1.0](https://github.com/web3-storage/w3up/compare/capabilities-v13.0.0...capabilities-v13.1.0) (2024-01-24) + + +### 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)) +* change `plan/update` to `plan/set` and use existing `PlansStorage#set` to implement an invocation handler ([#1258](https://github.com/web3-storage/w3up/issues/1258)) ([1ccbfe9](https://github.com/web3-storage/w3up/commit/1ccbfe9f84ae5b2e99e315c92d15d2b54e9723ba)) +* introduce capability for changing billing plan ([#1253](https://github.com/web3-storage/w3up/issues/1253)) ([d33b3a9](https://github.com/web3-storage/w3up/commit/d33b3a9f72a5e7a738d2a084eb19388fa70d9433)) + ## [13.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v12.1.0...capabilities-v13.0.0) (2023-12-07) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 9ae4d0b4c..8e2f58fca 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "13.0.0", + "version": "13.1.0", "description": "UCAN Capabilities provided by web3.storage", "homepage": "https://web3.storage", "repository": {