From 20b5b35a518f7d992d33f0ccf82e257ee61025b0 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:50:04 -0800 Subject: [PATCH] chore(main): release capabilities 11.3.1 (#1101) :robot: I have created a release *beep* *boop* --- ## [11.3.1](https://github.com/web3-storage/w3up/compare/capabilities-v11.3.0...capabilities-v11.3.1) (2023-11-08) ### Bug Fixes * put access.session back ([#1100](https://github.com/web3-storage/w3up/issues/1100)) ([10a1a4b](https://github.com/web3-storage/w3up/commit/10a1a4bfc5ec79ea0b7b2049fd7d1953ca0810ef)) --- 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 128560776..3ef6e9239 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -2,7 +2,7 @@ "packages/access-client": "16.5.1", "packages/filecoin-api": "4.1.0", "packages/filecoin-client": "3.1.0", - "packages/capabilities": "11.3.0", + "packages/capabilities": "11.3.1", "packages/upload-api": "7.2.0", "packages/upload-client": "11.2.0", "packages/w3up-client": "9.3.0", diff --git a/packages/capabilities/CHANGELOG.md b/packages/capabilities/CHANGELOG.md index 9eedd5c51..f27f5868d 100644 --- a/packages/capabilities/CHANGELOG.md +++ b/packages/capabilities/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [11.3.1](https://github.com/web3-storage/w3up/compare/capabilities-v11.3.0...capabilities-v11.3.1) (2023-11-08) + + +### Bug Fixes + +* put access.session back ([#1100](https://github.com/web3-storage/w3up/issues/1100)) ([10a1a4b](https://github.com/web3-storage/w3up/commit/10a1a4bfc5ec79ea0b7b2049fd7d1953ca0810ef)) + ## [11.3.0](https://github.com/web3-storage/w3up/compare/capabilities-v11.2.0...capabilities-v11.3.0) (2023-11-08) diff --git a/packages/capabilities/package.json b/packages/capabilities/package.json index 8b869f228..5eaa959df 100644 --- a/packages/capabilities/package.json +++ b/packages/capabilities/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/capabilities", - "version": "11.3.0", + "version": "11.3.1", "description": "Capabilities provided by web3.storage", "homepage": "https://github.com/web3-storage/w3protocol/tree/main/packages/capabilities", "repository": {