diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 9d884618d..0a24982ca 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "13.2.1", "packages/upload-api": "9.0.1", "packages/upload-client": "13.2.1", - "packages/w3up-client": "12.5.1", + "packages/w3up-client": "12.5.2", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 79353f9a1..01ff461d0 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [12.5.2](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.1...w3up-client-v12.5.2) (2024-04-12) + + +### Fixes + +* upgrade ucanto libs and format filecoin api ([#1359](https://github.com/web3-storage/w3up/issues/1359)) ([87ca098](https://github.com/web3-storage/w3up/commit/87ca098186fe204ff3409a2684719f1c54148c97)) + ## [12.5.1](https://github.com/web3-storage/w3up/compare/w3up-client-v12.5.0...w3up-client-v12.5.1) (2024-04-11) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index fa955ec17..06844ab41 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.1", + "version": "12.5.2", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",