diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 56a09469e..6931d1b40 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "11.4.0", "packages/upload-api": "7.3.1", "packages/upload-client": "12.0.0", - "packages/w3up-client": "10.0.0", + "packages/w3up-client": "10.1.0", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 60890cae8..6556e7376 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [10.1.0](https://github.com/web3-storage/w3up/compare/w3up-client-v10.0.0...w3up-client-v10.1.0) (2023-11-13) + + +### Features + +* export Account so we can use it in w3ui ([#1116](https://github.com/web3-storage/w3up/issues/1116)) ([9c7266e](https://github.com/web3-storage/w3up/commit/9c7266ea296e567784feba62e2737d5d700bf2ac)) + + +### Bug Fixes + +* export new subscription, usage and filecoin clients ([#1111](https://github.com/web3-storage/w3up/issues/1111)) ([7fe797d](https://github.com/web3-storage/w3up/commit/7fe797d4e4920ff01e668e228cc237da9f81ed9f)) + ## [10.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v9.3.0...w3up-client-v10.0.0) (2023-11-09) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index b992fa60c..0a90648bb 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "10.0.0", + "version": "10.1.0", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",