Skip to content

Commit

Permalink
chore(master): release access 2.0.0 (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Sep 30, 2022
1 parent 5dffaea commit 3b09d12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
11 changes: 11 additions & 0 deletions packages/access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/access/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@web3-storage/access",
"version": "1.0.1-rc.0",
"version": "2.0.0",
"description": "w3access SDK",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "(Apache-2.0 OR MIT)",
Expand Down

0 comments on commit 3b09d12

Please sign in to comment.