From d6fbc4a4ac05d071cda9701a68fe0776a97144ae Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 12 Apr 2024 18:56:38 +1000 Subject: [PATCH] chore(main): release capabilities 13.3.0 (#1366) :robot: I have created a release *beep* *boop* --- ## [13.3.0](https://github.com/web3-storage/w3up/compare/capabilities-v13.2.1...capabilities-v13.3.0) (2024-04-12) ### Features * blob, web3.storage and ucan conclude capabilities together with api handlers ([#1342](https://github.com/web3-storage/w3up/issues/1342)) ([00735a8](https://github.com/web3-storage/w3up/commit/00735a80dfddbe86359af78ed9bd182f4804691f)) --- 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/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 0a24982ca..3c611ff65 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "18.2.0", "packages/filecoin-api": "4.6.1", "packages/filecoin-client": "3.3.1", - "packages/capabilities": "13.2.1", + "packages/capabilities": "13.3.0", "packages/upload-api": "9.0.1", "packages/upload-client": "13.2.1", "packages/w3up-client": "12.5.2", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index a0e8de381..0b71e9ee0 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [13.3.0](https://github.com/web3-storage/w3up/compare/capabilities-v13.2.1...capabilities-v13.3.0) (2024-04-12) + + +### Features + +* blob, web3.storage and ucan conclude capabilities together with api handlers ([#1342](https://github.com/web3-storage/w3up/issues/1342)) ([00735a8](https://github.com/web3-storage/w3up/commit/00735a80dfddbe86359af78ed9bd182f4804691f)) + ## [13.2.1](https://github.com/web3-storage/w3up/compare/capabilities-v13.2.0...capabilities-v13.2.1) (2024-04-12) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index caf28e015..c63728e3f 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "13.2.1", + "version": "13.3.0", "description": "UCAN Capabilities provided by web3.storage", "homepage": "https://web3.storage", "repository": {