diff --git a/.changeset/flat-seahorses-knock.md b/.changeset/flat-seahorses-knock.md deleted file mode 100644 index 0307b81..0000000 --- a/.changeset/flat-seahorses-knock.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': minor ---- - -Add returnPageId property to EmailProvider. diff --git a/.changeset/friendly-taxis-promise.md b/.changeset/friendly-taxis-promise.md deleted file mode 100644 index 5cfdc69..0000000 --- a/.changeset/friendly-taxis-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': minor ---- - -Add support for custom email nunjucks templates. diff --git a/.changeset/spicy-rings-cough.md b/.changeset/spicy-rings-cough.md deleted file mode 100644 index 5ef9af1..0000000 --- a/.changeset/spicy-rings-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@lowdefy/community-plugin-nodemailer': minor ---- - -Improve email templates. diff --git a/plugins/community-plugin-nodemailer/CHANGELOG.md b/plugins/community-plugin-nodemailer/CHANGELOG.md index 2f0ac5b..d55076a 100644 --- a/plugins/community-plugin-nodemailer/CHANGELOG.md +++ b/plugins/community-plugin-nodemailer/CHANGELOG.md @@ -1,5 +1,13 @@ # @lowdefy/community-plugin-nodemailer +## 1.1.0 + +### Minor Changes + +- d1b3bae: Add returnPageId property to EmailProvider. +- d1b3bae: Add support for custom email nunjucks templates. +- d1b3bae: Improve email templates. + ## 1.0.3 ### Patch Changes diff --git a/plugins/community-plugin-nodemailer/package.json b/plugins/community-plugin-nodemailer/package.json index c8fd809..32343a5 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.0.3", + "version": "1.1.0", "license": "MIT", "type": "module", "exports": {