Skip to content

Commit

Permalink
chore(main): release access 3.1.0 (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Oct 27, 2022
1 parent 9d73a26 commit d07d638
Show file tree
Hide file tree
Showing 3 changed files with 9 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,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"
}
7 changes: 7 additions & 0 deletions packages/access/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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": "3.0.0",
"version": "3.1.0",
"description": "w3access SDK",
"homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access",
"repository": {
Expand Down

0 comments on commit d07d638

Please sign in to comment.