diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2fc708c16..1801bc3e0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,6 +6,6 @@ "packages/capabilities": "17.2.0", "packages/upload-api": "18.0.3", "packages/upload-client": "17.0.1", - "packages/w3up-client": "16.1.1", + "packages/w3up-client": "16.2.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index c5ef2dccd..22170773b 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [16.2.0](https://github.com/storacha/w3up/compare/w3up-client-v16.1.1...w3up-client-v16.2.0) (2024-09-20) + + +### Features + +* sharing spaces ([#1551](https://github.com/storacha/w3up/issues/1551)) ([7deb9a4](https://github.com/storacha/w3up/commit/7deb9a47fa0e37da0cf12a8d89214e45cf09bcbb)) + + +### Fixes + +* repo URLs ([#1550](https://github.com/storacha/w3up/issues/1550)) ([e02ddf3](https://github.com/storacha/w3up/commit/e02ddf3696553b03f8d2f7316de0a99a9303a60f)) + ## [16.1.1](https://github.com/storacha/w3up/compare/w3up-client-v16.1.0...w3up-client-v16.1.1) (2024-09-16) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 743633fe5..c3492c1c8 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "16.1.1", + "version": "16.2.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",