cloudcommerce 2.36.1 → 2.36.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/CHANGELOG.md +14 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -2,6 +2,20 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [2.36.3](https://github.com/ecomplus/cloud-commerce/compare/v2.36.2...v2.36.3) (2025-01-01)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * **emails:** Fix parsing email addresses array to nodemailer SMTP and Resend API ([8c96dd1](https://github.com/ecomplus/cloud-commerce/commit/8c96dd1d4dde79b5740f651c8ca0c81416855e34))
11
+
12
+ ## [2.36.2](https://github.com/ecomplus/cloud-commerce/compare/v2.36.1...v2.36.2) (2025-01-01)
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * **emails:** Properly debugging SMTP email failures to logger ([6b45876](https://github.com/ecomplus/cloud-commerce/commit/6b45876c8949a30dcca3129dff319a787b455909))
18
+
5
19
  ## [2.36.1](https://github.com/ecomplus/cloud-commerce/compare/v2.36.0...v2.36.1) (2025-01-01)
6
20
 
7
21
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cloudcommerce",
3
3
  "type": "module",
4
- "version": "2.36.1",
4
+ "version": "2.36.3",
5
5
  "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
6
6
  "main": "packages/api/lib/index.js",
7
7
  "author": "E-Com Club Softwares para E-commerce <ti@e-com.club>",
@@ -42,7 +42,7 @@
42
42
  "vite": "^5.4.11",
43
43
  "vitest": "^2.1.8",
44
44
  "zx": "^8.3.0",
45
- "@cloudcommerce/eslint": "2.36.1"
45
+ "@cloudcommerce/eslint": "2.36.3"
46
46
  },
47
47
  "packageManager": "pnpm@8.15.7",
48
48
  "scripts": {