diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 729808720..4308b2e04 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "18.0.1", "packages/upload-api": "19.0.0", "packages/upload-client": "17.1.3", - "packages/w3up-client": "17.1.1", + "packages/w3up-client": "17.1.2", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 2add5ff63..b93570047 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [17.1.2](https://github.com/storacha/w3up/compare/w3up-client-v17.1.1...w3up-client-v17.1.2) (2025-01-08) + + +### Fixes + +* **w3up-client:** options in createSpace should be optional ([#1613](https://github.com/storacha/w3up/issues/1613)) ([52ccfc2](https://github.com/storacha/w3up/commit/52ccfc2b8208b9e58e37868d0e40e35ef647032c)) + ## [17.1.1](https://github.com/storacha/w3up/compare/w3up-client-v17.1.0...w3up-client-v17.1.1) (2024-12-20) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 14bc832a0..b2cbddc9f 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "17.1.1", + "version": "17.1.2", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",