diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c51d350f5..9e7aa091d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/access-client": "16.0.0", + "packages/access-client": "16.1.0", "packages/filecoin-api": "1.4.4", "packages/filecoin-client": "1.4.0", "packages/capabilities": "10.1.0", diff --git a/packages/access-client/CHANGELOG.md b/packages/access-client/CHANGELOG.md index 43dc0264a..0116c9cc8 100644 --- a/packages/access-client/CHANGELOG.md +++ b/packages/access-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [16.1.0](https://github.com/web3-storage/w3up/compare/access-v16.0.0...access-v16.1.0) (2023-10-18) + + +### Features + +* add revocation to access-client and w3up-client ([#975](https://github.com/web3-storage/w3up/issues/975)) ([6c877aa](https://github.com/web3-storage/w3up/commit/6c877aac78eddb924e999dc3270cba010e48e30a)) + ## [16.0.0](https://github.com/web3-storage/w3up/compare/access-v15.3.0...access-v16.0.0) (2023-10-10) diff --git a/packages/access-client/package.json b/packages/access-client/package.json index fd6d51627..0f173b7a9 100644 --- a/packages/access-client/package.json +++ b/packages/access-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/access", - "version": "16.0.0", + "version": "16.1.0", "description": "w3access client", "homepage": "https://github.com/web3-storage/w3-protocol/tree/main/packages/access-client", "repository": {