From a8adc510dbdeefa1d126ceb36c42eb4eb262d8f3 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 27 Oct 2022 16:05:55 +0100 Subject: [PATCH] chore(main): release access 3.1.1 (#126) --- .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 439c875ab..190bd7ed1 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/wallet": "1.0.0", - "packages/access": "3.1.0", + "packages/access": "3.1.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 ba9bc95c2..5f1fbea55 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.1](https://github.com/web3-storage/w3-protocol/compare/access-v3.1.0...access-v3.1.1) (2022-10-27) + + +### Bug Fixes + +* export stores ([#125](https://github.com/web3-storage/w3-protocol/issues/125)) ([d3fa14d](https://github.com/web3-storage/w3-protocol/commit/d3fa14d6fe72c6b306b4a5b05276fbf137ab28f0)) + ## [3.1.0](https://github.com/web3-storage/w3-protocol/compare/access-v3.0.0...access-v3.1.0) (2022-10-26) diff --git a/packages/access/package.json b/packages/access/package.json index b7dca9d2c..819692667 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "3.1.0", + "version": "3.1.1", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {