diff --git a/CHANGELOG.md b/CHANGELOG.md index 54028e9bd..4fd648e29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.29.4](https://github.com/ecomplus/cloud-commerce/compare/v2.29.3...v2.29.4) (2024-10-23) + + +### Bug Fixes + +* **storefront:** Dropping unecessary `set-cookie` to keep public cache control ([f834f86](https://github.com/ecomplus/cloud-commerce/commit/f834f86a0488358ba796be7a5971515a3a80e9cc)) + ## [2.29.3](https://github.com/ecomplus/cloud-commerce/compare/v2.29.2...v2.29.3) (2024-10-23) diff --git a/package.json b/package.json index 5905944dd..159072d70 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.29.3", + "version": "2.29.4", "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 ",