From 4baec99fefce23a0a00968ab84a9759f5011280a Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Fri, 4 Nov 2022 10:10:22 +0000 Subject: [PATCH] chore(main): release access 4.0.1 (#135) :robot: I have created a release *beep* *boop* --- ## [4.0.1](https://github.com/web3-storage/w3-protocol/compare/access-v4.0.0...access-v4.0.1) (2022-11-04) ### Bug Fixes * make multiformats 9 go away ([#133](https://github.com/web3-storage/w3-protocol/issues/133)) ([2668880](https://github.com/web3-storage/w3-protocol/commit/2668880a23c28ee45596fb1bc978564908a17e18)) --- 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/access/CHANGELOG.md | 7 +++++++ packages/access/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 67230091d..ae0c58ab1 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/wallet": "1.0.0", - "packages/access": "4.0.0", + "packages/access": "4.0.1", "packages/access-api": "3.0.0", "packages/store": "2.0.0" } diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index 3d6d7f137..9e5c707ec 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.1](https://github.com/web3-storage/w3-protocol/compare/access-v4.0.0...access-v4.0.1) (2022-11-04) + + +### Bug Fixes + +* make multiformats 9 go away ([#133](https://github.com/web3-storage/w3-protocol/issues/133)) ([2668880](https://github.com/web3-storage/w3-protocol/commit/2668880a23c28ee45596fb1bc978564908a17e18)) + ## [4.0.0](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.2...access-v4.0.0) (2022-11-01) diff --git a/packages/access/package.json b/packages/access/package.json index 3528ce07b..02c99aad4 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "4.0.0", + "version": "4.0.1", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {