diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 0e903ec70..0ee226420 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "13.2.0", "packages/upload-api": "9.0.0", "packages/upload-client": "13.2.0", - "packages/w3up-client": "12.5.0", + "packages/w3up-client": "12.5.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index ec4a6cb32..79353f9a1 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.5.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.0...w3up-client-v12.5.1) (2024-04-11) + + +### Fixes + +* look for the correct capability in `client.capability.upload.get` ([#1357](https://github.com/web3-storage/w3up/issues/1357)) ([77199fe](https://github.com/web3-storage/w3up/commit/77199fe2261355f9c24fa06ab6aa5aad419e649a)) + ## [12.5.0](https://github.com/web3-storage/w3up/compare/w3up-client-v12.4.1...w3up-client-v12.5.0) (2024-03-21) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 19f1bb57c..24c491884 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "12.5.0", + "version": "12.5.1", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",