diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index cf1d72973..d777b71f6 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.4.0", "packages/upload-api": "18.1.0", "packages/upload-client": "17.1.0", - "packages/w3up-client": "16.3.0", + "packages/w3up-client": "16.4.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index adc634c19..fbf6b441f 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [16.4.0](https://github.com/storacha/w3up/compare/w3up-client-v16.3.0...w3up-client-v16.4.0) (2024-10-24) + + +### Features + +* w3up-client new release ([#1569](https://github.com/storacha/w3up/issues/1569)) ([6989e6e](https://github.com/storacha/w3up/commit/6989e6ecb334dcbf79c5a5cf7f4854ac452c6ef4)) + ## [16.3.0](https://github.com/storacha/w3up/compare/w3up-client-v16.2.0...w3up-client-v16.3.0) (2024-10-24) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 3252da3d1..11c7a2bfb 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "16.3.0", + "version": "16.4.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",