From c3777fece83a08035ab399ea24b03f0bf3d73c1e Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Sat, 5 Oct 2024 01:23:02 -0300 Subject: [PATCH] chore(release): 2.28.1 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e21fab759..3f0a1d249 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.28.1](https://github.com/ecomplus/cloud-commerce/compare/v2.28.0...v2.28.1) (2024-10-05) + + +### Bug Fixes + +* **storefront:** Fixing regression on modules info with apply discount request body ([99448fd](https://github.com/ecomplus/cloud-commerce/commit/99448fdf367000ec37588802bd815456e1772b8d)) + ## [2.28.0](https://github.com/ecomplus/cloud-commerce/compare/v2.27.3...v2.28.0) (2024-10-05) diff --git a/package.json b/package.json index 633c55803..e440d15d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.28.0", + "version": "2.28.1", "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 ",