diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index dae9c183e..be565804c 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "13.0.2", + "packages/access-client": "14.0.0", "packages/capabilities": "6.0.0", "packages/upload-api": "3.0.0", "packages/upload-client": "9.0.1", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index c6e28ef4c..1d5c46f84 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [14.0.0](https://github.com/web3-storage/w3up/compare/access-v13.0.2...access-v14.0.0) (2023-06-07) + + +### ⚠ BREAKING CHANGES + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) + +### Features + +* merge `@web3-storage/access-api` into `@web3-storage/upload-api` ([#790](https://github.com/web3-storage/w3up/issues/790)) ([4f6ddb6](https://github.com/web3-storage/w3up/commit/4f6ddb690c365a42a3dc4c5c6898e4999bd0f868)) +* w3 aggregate protocol client and api implementation ([#787](https://github.com/web3-storage/w3up/issues/787)) ([b58069d](https://github.com/web3-storage/w3up/commit/b58069d7960efe09283f3b23fed77515b62d4639)) + ## [13.0.2](https://github.com/web3-storage/w3up/compare/access-v13.0.1...access-v13.0.2) (2023-05-23) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index aa04c3df0..4bc2687d0 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "13.0.2", + "version": "14.0.0", "description": "w3access client", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", "repository": {