diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1a2204095..40b916d19 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,5 +6,5 @@ "packages/upload-api": "7.3.3", "packages/upload-client": "12.0.1", "packages/w3up-client": "11.0.1", - "packages/did-mailto": "2.0.2" + "packages/did-mailto": "2.1.0" } diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md index 19f0096d1..9abec6e3f 100644 --- a/packages/did-mailto/CHANGELOG.md +++ b/packages/did-mailto/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-17) + + +### Features + +* add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) + + +### 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)) + ## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-09)