diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 4af9005c9..79ecb4a86 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -5,6 +5,6 @@ "packages/capabilities": "12.0.1", "packages/upload-api": "7.3.2", "packages/upload-client": "12.0.0", - "packages/w3up-client": "11.0.0", + "packages/w3up-client": "11.0.1", "packages/did-mailto": "2.0.2" } diff --git a/packages/w3up-client/CHANGELOG.md b/packages/w3up-client/CHANGELOG.md index 9037ddea1..16ad2fe34 100644 --- a/packages/w3up-client/CHANGELOG.md +++ b/packages/w3up-client/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [11.0.1](https://github.com/web3-storage/w3up/compare/w3up-client-v11.0.0...w3up-client-v11.0.1) (2023-11-16) + + +### Bug Fixes + +* issue where typedoc docs would only show full docs for w3up-client ([#1141](https://github.com/web3-storage/w3up/issues/1141)) ([0b8d3f3](https://github.com/web3-storage/w3up/commit/0b8d3f3b52918b1b4d3b76ea6fea3fb0c837cd73)) +* make login idempotent ([#1149](https://github.com/web3-storage/w3up/issues/1149)) ([c1df8d8](https://github.com/web3-storage/w3up/commit/c1df8d8a2cfcf3a8706028a367b1d6b75f5ebb4f)) + ## [11.0.0](https://github.com/web3-storage/w3up/compare/w3up-client-v10.3.0...w3up-client-v11.0.0) (2023-11-15) diff --git a/packages/w3up-client/package.json b/packages/w3up-client/package.json index c0377969f..d43a6c816 100644 --- a/packages/w3up-client/package.json +++ b/packages/w3up-client/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/w3up-client", - "version": "11.0.0", + "version": "11.0.1", "description": "Client for the w3up API", "license": "Apache-2.0 OR MIT", "type": "module",