diff --git a/.changeset/purple-seals-remain.md b/.changeset/purple-seals-remain.md deleted file mode 100644 index f25c0cc..0000000 --- a/.changeset/purple-seals-remain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': patch ---- - -Fix broken logo height when viewing email in Outlook. diff --git a/plugins/community-plugin-nodemailer/CHANGELOG.md b/plugins/community-plugin-nodemailer/CHANGELOG.md index c5e1b1d..0220f58 100644 --- a/plugins/community-plugin-nodemailer/CHANGELOG.md +++ b/plugins/community-plugin-nodemailer/CHANGELOG.md @@ -1,5 +1,11 @@ # @lowdefy/community-plugin-nodemailer +## 1.1.4 + +### Patch Changes + +- d105485: Fix broken logo height when viewing email in Outlook. + ## 1.1.3 ### Patch Changes diff --git a/plugins/community-plugin-nodemailer/package.json b/plugins/community-plugin-nodemailer/package.json index cff504d..84b7eae 100644 --- a/plugins/community-plugin-nodemailer/package.json +++ b/plugins/community-plugin-nodemailer/package.json @@ -1,6 +1,6 @@ { "name": "@lowdefy/community-plugin-nodemailer", - "version": "1.1.3", + "version": "1.1.4", "license": "MIT", "type": "module", "exports": {