From d1a9c782ee79a04c7b6804b6dee70aea2f93de14 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Thu, 16 Nov 2023 00:40:32 +0300 Subject: [PATCH] chore(main): release capabilities 12.0.1 (#1147) :robot: I have created a release *beep* *boop* --- ## [12.0.1](https://github.com/web3-storage/w3up/compare/capabilities-v12.0.0...capabilities-v12.0.1) (2023-11-15) ### Bug Fixes * issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/web3-storage/w3up/issues/1141)) ([0b8d3f3](https://github.com/web3-storage/w3up/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) --- 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: Benjamin Goering <171782+gobengo@users.noreply.github.com> --- .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 bc228fd9f..4af9005c9 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "18.0.0", "packages/filecoin-api": "4.1.1", "packages/filecoin-client": "3.1.1", - "packages/capabilities": "12.0.0", + "packages/capabilities": "12.0.1", "packages/upload-api": "7.3.2", "packages/upload-client": "12.0.0", "packages/w3up-client": "11.0.0", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 554f30b1f..cd82dc89e 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.0.1](https://github.com/web3-storage/w3up/compare/capabilities-v12.0.0...capabilities-v12.0.1) (2023-11-15) + + +### Bug Fixes + +* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/web3-storage/w3up/issues/1141)) ([0b8d3f3](https://github.com/web3-storage/w3up/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) + ## [12.0.0](https://github.com/web3-storage/w3up/compare/capabilities-v11.4.1...capabilities-v12.0.0) (2023-11-15) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index f0398992a..a99890ac9 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "12.0.0", + "version": "12.0.1", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {