From d07d638cca6efe679853bb3edab9a8d5dc6fbda2 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 27 Oct 2022 15:38:39 +0100 Subject: [PATCH] chore(main): release access 3.1.0 (#124) --- .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 0c8659331..439c875ab 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.0.0", + "packages/access": "3.1.0", "packages/access-api": "3.0.0", "packages/store": "2.0.0" } diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index 7b486a039..ba9bc95c2 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.1.0](https://github.com/web3-storage/w3-protocol/compare/access-v3.0.0...access-v3.1.0) (2022-10-26) + + +### Features + +* add IndexedDB Store implementation ([#120](https://github.com/web3-storage/w3-protocol/issues/120)) ([9d73a26](https://github.com/web3-storage/w3-protocol/commit/9d73a26f7ab81f5baf9e7486ab99c1404a3dfff4)) + ## [3.0.0](https://github.com/web3-storage/w3-protocol/compare/access-v2.1.1...access-v3.0.0) (2022-10-24) diff --git a/packages/access/package.json b/packages/access/package.json index 341bbf9ed..b29ba8f1e 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "3.0.0", + "version": "3.1.0", "description": "w3access SDK", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access", "repository": {