From 3b09d12ad1fe3d6ee7d2c86a0f7673e87349a8ae Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Fri, 30 Sep 2022 22:02:37 +0100 Subject: [PATCH] chore(master): release access 2.0.0 (#75) --- .github/release-please-manifest.json | 2 +- packages/access/CHANGELOG.md | 11 +++++++++++ packages/access/package.json | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index bdabd460e..ae32063e4 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access": "1.0.0", + "packages/access": "2.0.0", "packages/wallet": "0.3.0", "packages/access-api": "1.0.0", "packages/store": "1.1.0" diff --git a/packages/access/CHANGELOG.md b/packages/access/CHANGELOG.md index 719ab68d4..dcfa6edea 100644 --- a/packages/access/CHANGELOG.md +++ b/packages/access/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [2.0.0](https://github.com/web3-storage/w3-protocol/compare/access-v1.0.0...access-v2.0.0) (2022-09-30) + + +### ⚠ BREAKING CHANGES + +* new accounts (#72) + +### Features + +* new accounts ([#72](https://github.com/web3-storage/w3-protocol/issues/72)) ([9f6cb41](https://github.com/web3-storage/w3-protocol/commit/9f6cb419d33b9446dd80f8541228096cf2677d45)) + ## [1.0.0](https://github.com/web3-storage/ucan-protocol/compare/access-v0.2.0...access-v1.0.0) (2022-09-21) diff --git a/packages/access/package.json b/packages/access/package.json index f2fe99f1e..7f4f3fb99 100644 --- a/packages/access/package.json +++ b/packages/access/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "1.0.1-rc.0", + "version": "2.0.0", "description": "w3access SDK", "author": "Hugo Dias (hugodias.me)", "license": "(Apache-2.0 OR MIT)",