Skip to content

Commit

Permalink
chore(master): release w3-store 2.0.0 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Oct 12, 2022
1 parent d6af1d0 commit c363e78
Show file tree
Hide file tree
Showing 3 changed files with 15 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
Expand Up @@ -2,5 +2,5 @@
"packages/wallet": "1.0.0",
"packages/access": "2.1.1",
"packages/access-api": "1.0.0",
"packages/store": "1.1.0"
"packages/store": "2.0.0"
}
13 changes: 13 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.0](https://github.com/web3-storage/w3-protocol/compare/w3-store-v1.1.0...w3-store-v2.0.0) (2022-10-10)


### ⚠ BREAKING CHANGES

* new accounts (#72)
* awake (#66)

### Features

* awake ([#66](https://github.com/web3-storage/w3-protocol/issues/66)) ([bb66f57](https://github.com/web3-storage/w3-protocol/commit/bb66f5772049e3363a753ea5b336c2fa1e42911e))
* new accounts ([#72](https://github.com/web3-storage/w3-protocol/issues/72)) ([9f6cb41](https://github.com/web3-storage/w3-protocol/commit/9f6cb419d33b9446dd80f8541228096cf2677d45))

## [1.1.0](https://www.github.com/web3-storage/ucanto/compare/w3-store-v1.0.0...w3-store-v1.1.0) (2022-06-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/store/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "w3-store",
"description": "web3.storage upload service",
"version": "1.1.0",
"version": "2.0.0",
"types": "./dist/src/lib.d.ts",
"main": "./src/lib.js",
"keywords": [
Expand Down

0 comments on commit c363e78

Please sign in to comment.