diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 2c6afd447..93c349342 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": "17.1.0", "packages/upload-client": "16.1.0", - "packages/w3up-client": "14.0.0", + "packages/w3up-client": "14.1.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index ead1bc079..205e66d14 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [14.1.0](https://github.com/w3s-project/w3up/compare/w3up-client-v14.0.0...w3up-client-v14.1.0) (2024-06-04) + + +### Features + +* add blob/get ([#1484](https://github.com/w3s-project/w3up/issues/1484)) ([328039d](https://github.com/w3s-project/w3up/commit/328039d8a29fec3c1bbab28d1bb9de1643f54f71)) + ## [14.0.0](https://github.com/w3s-project/w3up/compare/w3up-client-v13.1.1...w3up-client-v14.0.0) (2024-06-04) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index 2b9f15e0d..ab2c46a19 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "14.0.0", + "version": "14.1.0", "description": "Client for the web3.storage w3up api", "license": "Apache-2.0 OR MIT", "type": "module",