From 37f37cf6dff0f6a0783614d5f8bdc902064d6198 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Wed, 16 Nov 2022 09:27:31 +0000 Subject: [PATCH] chore(main): release access 5.0.1 (#170) :robot: I have created a release *beep* *boop* --- ## [5.0.1](https://github.com/web3-storage/w3protocol/compare/access-v5.0.0...access-v5.0.1) (2022-11-16) ### Bug Fixes * workaround ts bug & generate valid typedefs ([#169](https://github.com/web3-storage/w3protocol/issues/169)) ([0b02d14](https://github.com/web3-storage/w3protocol/commit/0b02d14cc5b51ac0a0b8c879a917430ce0617dc7)) --- 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 e2d86c0dc..4da0ba0ec 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { "packages/wallet": "1.0.0", - "packages/access": "5.0.0", + "packages/access": "5.0.1", "packages/access-api": "3.0.0" } diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index c12f50da6..68970c3d6 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/web3-storage/w3protocol/compare/access-v5.0.0...access-v5.0.1) (2022-11-16) + + +### Bug Fixes + +* workaround ts bug & generate valid typedefs ([#169](https://github.com/web3-storage/w3protocol/issues/169)) ([0b02d14](https://github.com/web3-storage/w3protocol/commit/0b02d14cc5b51ac0a0b8c879a917430ce0617dc7)) + ## [5.0.0](https://github.com/web3-storage/w3protocol/compare/access-v4.0.2...access-v5.0.0) (2022-11-15) diff --git a/packages/access/package.json b/packages/access/package.json index cfc24123c..07d26d6f1 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "5.0.0", + "version": "5.0.1", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {