From f2df4ce4963428ae909f6a7ed86fdf1207fdc66e Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 18:37:07 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=8E=A8=20Fix=20README=20features=20se?= =?UTF-8?q?ction=20formatting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add proper newlines between feature items for better readability. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4b917c8..b81e58c 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,17 @@ ## Features ✅ **Template System**: Create reusable email templates with LiquidJS, Mustache, or simple variables + ✅ **Type Safety**: Full TypeScript support using your generated Payload types + ✅ **Flexible Template Engines**: LiquidJS, Mustache, or bring your own template renderer + ✅ **Email Scheduling**: Schedule emails for future delivery using Payload collections + ✅ **Job Integration**: Automatic processing via PayloadCMS jobs queue + ✅ **Retry Failed Sends**: Automatic retry mechanism for failed emails + ✅ **Payload Native**: Uses Payload collections directly - no custom APIs to learn ## Installation From 651a4879212ef77e43f19181b08e0bcb811b3c6d Mon Sep 17 00:00:00 2001 From: Bas van den Aakster Date: Sat, 13 Sep 2025 18:40:32 +0200 Subject: [PATCH 2/2] Bump package version to 0.1.2 in `package.json`. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 27d97aa..e19c11b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@xtr-dev/payload-mailing", - "version": "0.1.1", + "version": "0.1.2", "description": "Template-based email system with scheduling and job processing for PayloadCMS", "type": "module", "main": "dist/index.js",