From 54fc57f749f8f3d2621e73f6120ce8d7d5424b74 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Mon, 27 Feb 2023 17:05:37 -0800 Subject: [PATCH] chore(main): release access 9.5.0 --- .github/release-please-manifest.json | 2 +- packages/access-client/CHANGELOG.md | 8 ++++++++ packages/access-client/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8ab871d49..7434a770e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "9.4.0", + "packages/access-client": "9.5.0", "packages/access-api": "4.11.0", "packages/capabilities": "2.3.0", "packages/upload-client": "6.0.0" diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index 3e287109a..a54ef5172 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [9.5.0](https://github.com/web3-storage/w3protocol/compare/access-v9.4.0...access-v9.5.0) (2023-02-28) + + +### Features + +* access-api serves access/claim invocations ([#456](https://github.com/web3-storage/w3protocol/issues/456)) ([baacf35](https://github.com/web3-storage/w3protocol/commit/baacf3553ce8de0ca75e0815da849cca65ec880a)) +* handle access/delegate invocations without error ([#427](https://github.com/web3-storage/w3protocol/issues/427)) ([4f0bd1c](https://github.com/web3-storage/w3protocol/commit/4f0bd1c1cd3cfb1c848892ad418c6d7b2197045a)) + ## [9.4.0](https://github.com/web3-storage/w3protocol/compare/access-v9.3.0...access-v9.4.0) (2023-02-23) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index bf964400b..f1eed2eab 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "9.4.0", + "version": "9.5.0", "description": "w3access client", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", "repository": {