diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 451e357a6..bcba8c195 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -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" } diff --git a/packages/store/CHANGELOG.md b/packages/store/CHANGELOG.md index 6fb2af64b..9858c211a 100644 --- a/packages/store/CHANGELOG.md +++ b/packages/store/CHANGELOG.md @@ -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) diff --git a/packages/store/package.json b/packages/store/package.json index d21fec41a..b3d67a3ea 100644 --- a/packages/store/package.json +++ b/packages/store/package.json @@ -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": [