From 83a826339ece3eb263bcf2394a21a8aeb8e397d2 Mon Sep 17 00:00:00 2001 From: DAG House <111574116+it-dag-house@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:23:21 -0700 Subject: [PATCH] chore(main): release did-mailto 2.0.2 (#964) :robot: I have created a release *beep* *boop* --- ## [2.0.2](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.1...did-mailto-v2.0.2) (2023-10-25) ### Bug Fixes * fix arethetypesworking errors in all packages ([#1004](https://github.com/web3-storage/w3up/issues/1004)) ([2e2936a](https://github.com/web3-storage/w3up/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) * upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) --- 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: Benjamin Goering <171782+gobengo@users.noreply.github.com> --- .github/release-please-manifest.json | 2 +- packages/did-mailto/CHANGELOG.md | 8 ++++++++ packages/did-mailto/package.json | 4 ++-- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 1c080bcdf..4f846bfb0 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -6,5 +6,5 @@ "packages/upload-api": "6.2.0", "packages/upload-client": "10.1.0", "packages/w3up-client": "9.2.0", - "packages/did-mailto": "2.0.1" + "packages/did-mailto": "2.0.2" } diff --git a/packages/did-mailto/CHANGELOG.md b/packages/did-mailto/CHANGELOG.md index 017ef84e1..6a846d283 100644 --- a/packages/did-mailto/CHANGELOG.md +++ b/packages/did-mailto/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.0.2](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.1...did-mailto-v2.0.2) (2023-10-25) + + +### Bug Fixes + +* fix arethetypesworking errors in all packages ([#1004](https://github.com/web3-storage/w3up/issues/1004)) ([2e2936a](https://github.com/web3-storage/w3up/commit/2e2936a3831389dd13be5be5146a04e2b15553c5)) +* upgrade to latest ts ([#962](https://github.com/web3-storage/w3up/issues/962)) ([711e3f7](https://github.com/web3-storage/w3up/commit/711e3f73f6905fde0d929952fff70be845a55fa1)) + ## [2.0.1](https://github.com/web3-storage/w3up/compare/did-mailto-v2.0.0...did-mailto-v2.0.1) (2023-09-14) diff --git a/packages/did-mailto/package.json b/packages/did-mailto/package.json index 1c1da4ecc..694e3b307 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.1", + "version": "2.0.2", "description": "did:mailto", "repository": { "type": "git", @@ -16,7 +16,7 @@ "test", "dist" ], - "exports": { + "exports": { ".": "./dist/src/index.js", "./types": "./dist/src/types.js" },