From 0c8a0543e4b1e36a06d42b45849b4ba3de50bd5b Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 17 Jan 2025 16:58:23 -0300 Subject: [PATCH] chore(release): 2.36.15 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10d911c5d..c38be9f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [2.36.15](https://github.com/ecomplus/cloud-commerce/compare/v2.36.14...v2.36.15) (2025-01-17) + + +### Bug Fixes + +* **firebase:** Prevent changing object by reference on logger with context `execId` ([a5a1b13](https://github.com/ecomplus/cloud-commerce/commit/a5a1b13d72a2fa29855d94db538af2489d3cfda2)) +* **loyalty-points:** Fixing initial returned (un)authorized status on create transaction ([baa14cf](https://github.com/ecomplus/cloud-commerce/commit/baa14cfb0194f0694a7d6fab707fc6f4977aa262)) +* **storefront:** Clear invalid UTF-8 chars on CMS content frontmatter ([e3d95af](https://github.com/ecomplus/cloud-commerce/commit/e3d95af85791eac0dd8e6c356765ae1aa66d799b)) + ## [2.36.14](https://github.com/ecomplus/cloud-commerce/compare/v2.36.13...v2.36.14) (2025-01-14) diff --git a/package.json b/package.json index eb44781a1..5e6a8ac3a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.36.14", + "version": "2.36.15", "description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native", "main": "packages/api/lib/index.js", "author": "E-Com Club Softwares para E-commerce ",