diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fd648e29..fbe2008b0 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.5](https://github.com/ecomplus/cloud-commerce/compare/v2.29.4...v2.29.5) (2024-10-23) + + +### Bug Fixes + +* **ssr:** Properly decoding unit8array streamed writes for HTML minification ([b5472fc](https://github.com/ecomplus/cloud-commerce/commit/b5472fc15cb5a4e660eab932f8d49fd56ec4d9f1)) + ## [2.29.4](https://github.com/ecomplus/cloud-commerce/compare/v2.29.3...v2.29.4) (2024-10-23) diff --git a/package.json b/package.json index 159072d70..468cb6d4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.29.4", + "version": "2.29.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 ",