diff --git a/CHANGELOG.md b/CHANGELOG.md index fdceb6dcf..db1a55a36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.5](https://github.com/ecomplus/cloud-commerce/compare/v2.36.4...v2.36.5) (2025-01-03) + + +### Bug Fixes + +* **storefront:** Do not force `content-entry` section when MD content is empty ([6eb44f3](https://github.com/ecomplus/cloud-commerce/commit/6eb44f3958924fd1115391c4b784c240cb69db72)) +* **storefront:** Skip empty metafields and layout custom fields from CMS config ([30872f7](https://github.com/ecomplus/cloud-commerce/commit/30872f730fabfb24afe746735c568e6a8037ae60)) + ## [2.36.4](https://github.com/ecomplus/cloud-commerce/compare/v2.36.3...v2.36.4) (2025-01-02) diff --git a/package.json b/package.json index a1b06823d..f025d1859 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.36.4", + "version": "2.36.5", "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 ",