diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 8814a31ba..ede2fab5d 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "10.1.0", "packages/upload-api": "6.1.0", "packages/upload-client": "10.0.1", - "packages/w3up-client": "9.1.0", + "packages/w3up-client": "9.2.0", "packages/did-mailto": "2.0.1" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 85a736bd3..156277310 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [9.2.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.1.0...w3up-client-v9.2.0) (2023-10-19) + + +### Features + +* add `store/get` and `upload/get` capabilities ([#942](https://github.com/web3-storage/w3up/issues/942)) ([40c79eb](https://github.com/web3-storage/w3up/commit/40c79eb8f246775b9e1828240f271fa75ef696be)) + ## [9.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.0.0...w3up-client-v9.1.0) (2023-10-19) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 346ad5681..6fb38f219 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "9.1.0", + "version": "9.2.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",