diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index fd8cfdcdb..9210bf1e0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/wallet": "1.0.0", - "packages/access-client": "5.0.2", + "packages/access-client": "6.0.0", "packages/access-api": "3.0.0", "packages/upload-client": "1.1.1" } diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index d6936da44..5e379438f 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [6.0.0](https://github.com/web3-storage/w3protocol/compare/access-v5.0.2...access-v6.0.0) (2022-11-22) + + +### ⚠ BREAKING CHANGES + +* **access-client:** bump to major +* store/list and upload/list types now require nb object with optional properties + +### Features + +* [#153](https://github.com/web3-storage/w3protocol/issues/153) ([#177](https://github.com/web3-storage/w3protocol/issues/177)) ([d6d448c](https://github.com/web3-storage/w3protocol/commit/d6d448c16f188398c30f2d1b83f69e1d7becd450)) +* **access-client:** bump to major ([4d5899f](https://github.com/web3-storage/w3protocol/commit/4d5899f7ad7e7b4901dcc773d7348d3d09c4dca9)) +* account recover with email ([#149](https://github.com/web3-storage/w3protocol/issues/149)) ([6c659ba](https://github.com/web3-storage/w3protocol/commit/6c659ba68d23c3448d5150bc76f1ddcb91ae18d8)) +* add support for list pagination in list capability invocations ([#184](https://github.com/web3-storage/w3protocol/issues/184)) ([ced23db](https://github.com/web3-storage/w3protocol/commit/ced23db27f3b2a6122d4d0a684264f64b26ac95f)) + ## [5.0.2](https://github.com/web3-storage/w3protocol/compare/access-v5.0.1...access-v5.0.2) (2022-11-16) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index 7e21838fc..36f33bdb1 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "5.0.2", + "version": "6.0.0", "description": "w3access client", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", "repository": {