From 50543f10d8e0186b85ace94f228ba82977c76e77 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Fri, 10 Nov 2023 21:04:32 -0800 Subject: [PATCH] chore(main): release did-mailto 2.1.0 (#1080) :robot: I have created a release *beep* *boop* --- ## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-09) ### Features * add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: Irakli Gozalishvili --- packages/did-mailto/CHANGELOG.md | 7 +++++++ packages/did-mailto/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md index 6a846d283..19f0096d1 100644 --- a/packages/did-mailto/CHANGELOG.md +++ b/packages/did-mailto/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.0](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.2...did-mailto-v2.1.0) (2023-11-09) + + +### Features + +* add usage/report capability ([#1079](https://github.com/web3-storage/w3up/issues/1079)) ([6418b4b](https://github.com/web3-storage/w3up/commit/6418b4b22329a118fb258928bd9a6a45ced5ce45)) + ## [2.0.2](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.1...did-mailto-v2.0.2) (2023-10-25) diff --git a/packages/did-mailto/package.json b/packages/did-mailto/package.json index a463a211e..718e96316 100644 --- a/packages/did-mailto/package.json +++ b/packages/did-mailto/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/did-mailto", - "version": "2.0.2", + "version": "2.1.0", "description": "did:mailto", "repository": { "type": "git",