Skip to content

Commit 1436184

Browse files
committed
chore(release): 2.50.0
1 parent c574c58 commit 1436184

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [2.50.0](https://github.com/ecomplus/cloud-commerce/compare/v2.49.5...v2.50.0) (2025-09-21)
6+
7+
8+
### Features
9+
10+
* **emails:** Handle abandoned carts and send recovery emails when enabled ([f568716](https://github.com/ecomplus/cloud-commerce/commit/f568716e131289c582c311479f965346034327fa))
11+
* **emails:** Handle expiring loyalty points and start sending a default email template ([bebaf8f](https://github.com/ecomplus/cloud-commerce/commit/bebaf8fdd5aba05130561c014c7faba120ee0c2d))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** Escape org dependencies from pnpm minimum release age ([b0d92af](https://github.com/ecomplus/cloud-commerce/commit/b0d92af6a3df941e716153c7790dbb243e685bc2))
17+
* **deps:** Update dependency axios to v1.12.0 [security] ([#622](https://github.com/ecomplus/cloud-commerce/issues/622)) ([e2b1619](https://github.com/ecomplus/cloud-commerce/commit/e2b16194660067d032c8459703087bd1d7f75f5f))
18+
* **deps:** Update non-major dependencies ([#623](https://github.com/ecomplus/cloud-commerce/issues/623)) ([98a8f9e](https://github.com/ecomplus/cloud-commerce/commit/98a8f9e093f76aa139962c9136ef3a678548a45c))
19+
* **emails:** Update default abandoned cart emails cron and handle up to 200 carts each exec ([e6449a2](https://github.com/ecomplus/cloud-commerce/commit/e6449a2e68f6c7121389f58c0483e519a715afc3))
20+
521
## [2.49.5](https://github.com/ecomplus/cloud-commerce/compare/v2.49.4...v2.49.5) (2025-09-12)
622

723

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloudcommerce",
33
"type": "module",
4-
"version": "2.49.5",
4+
"version": "2.50.0",
55
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
66
"main": "packages/api/lib/index.js",
77
"author": "E-Com Club Softwares para E-commerce <[email protected]>",

0 commit comments

Comments
 (0)