diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4c49b2912..712decaaa 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -7,6 +7,6 @@ "packages/capabilities": "1.2.0", "packages/upload-api": "1.3.0", "packages/upload-client": "1.0.3", - "packages/w3up-client": "1.1.2", + "packages/w3up-client": "1.1.3", "packages/did-mailto": "1.0.1" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 44c80d78e..27f5cd1e2 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/storacha/upload-service/compare/client-v1.1.2...client-v1.1.3) (2025-01-20) + + +### Other Changes + +* sync with w3up repo ([#119](https://github.com/storacha/upload-service/issues/119)) ([d86e52c](https://github.com/storacha/upload-service/commit/d86e52cfdb58c38a8499aaed03260f683eceae44)) + ## [1.1.2](https://github.com/storacha/upload-service/compare/client-v1.1.1...client-v1.1.2) (2024-12-20) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index c34959eac..e33dbeb95 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@storacha/client", - "version": "1.1.2", + "version": "1.1.3", "description": "Client for the storacha.network w3up api", "license": "Apache-2.0 OR MIT", "type": "module",