@astralibx/email-rule-engine 14.0.2 → 14.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,6 +77,7 @@ For templates, rules, conditions, collections, joins, throttling, hooks, and the
77
77
  - [Templates & Rules](https://github.com/Hariprakash1997/astralib/blob/main/packages/rule-engine/core/docs/templates-and-rules.md)
78
78
  - [Throttling & Hooks](https://github.com/Hariprakash1997/astralib/blob/main/packages/rule-engine/core/docs/throttling-and-hooks.md)
79
79
  - [Glossary](https://github.com/Hariprakash1997/astralib/blob/main/packages/rule-engine/core/docs/glossary.md)
80
+ - [Changelog](https://github.com/Hariprakash1997/astralib/blob/main/packages/email/rule-engine/CHANGELOG.md)
80
81
 
81
82
  ## License
82
83
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astralibx/email-rule-engine",
3
- "version": "14.0.2",
3
+ "version": "14.0.3",
4
4
  "description": "Email automation engine — thin wrapper over @astralibx/rule-engine with MJML rendering",
5
5
  "repository": {
6
6
  "type": "git",