diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index d51563800..00f735054 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -4,5 +4,6 @@ "packages/capabilities": "4.0.1", "packages/upload-api": "2.0.0", "packages/upload-client": "8.2.0", - "packages/w3up-client": "5.5.0" + "packages/w3up-client": "5.5.0", + "packages/did-mailto": "1.0.0" } diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md new file mode 100644 index 000000000..244e53637 --- /dev/null +++ b/packages/did-mailto/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +## 1.0.0 (2023-04-04) + + +### ⚠ BREAKING CHANGES + +* add did mailto package, replacing `createDidMailtoFromEmail` ([#722](https://github.com/web3-storage/w3up/issues/722)) + +### Features + +* add did mailto package, replacing `createDidMailtoFromEmail` ([#722](https://github.com/web3-storage/w3up/issues/722)) ([b48c256](https://github.com/web3-storage/w3up/commit/b48c256bfa57dda5d1762f77e41af1ecddf35846))