From 8df9c0c41158fb84f1ac20d5c8c80f4eb1325b06 Mon Sep 17 00:00:00 2001 From: Leonardo Matos Date: Fri, 6 Dec 2024 01:07:49 -0300 Subject: [PATCH] chore(release): 2.30.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 74f21d98c..9d1dda4cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.30.1](https://github.com/ecomplus/cloud-commerce/compare/v2.30.0...v2.30.1) (2024-12-06) + + +### Bug Fixes + +* **discounts:** Properly applying kit discounts on subtotal with proportional quantity ([01b6933](https://github.com/ecomplus/cloud-commerce/commit/01b6933e74e5100edc02ffbe6ab7501188c40739)) +* **feeds:** Better handling Store API authentication errors on GitHub API proxy ([f655904](https://github.com/ecomplus/cloud-commerce/commit/f6559043f073c03906aa73e70a2a4972697fffad)) +* **feeds:** Check req method and skip body on GET requests within GitHub API proxy ([7fca67c](https://github.com/ecomplus/cloud-commerce/commit/7fca67ca32c06cc7135b5ca8e87b925b9c86b2b9)) +* **feeds:** CORS for GitHub API proxy and properly reponse headers bypass ([85bdcae](https://github.com/ecomplus/cloud-commerce/commit/85bdcae746a1031ed462001ab8852ca3d79e0004)) + ## [2.30.0](https://github.com/ecomplus/cloud-commerce/compare/v2.29.20...v2.30.0) (2024-12-04) diff --git a/package.json b/package.json index 633317e34..36a13e795 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cloudcommerce", "type": "module", - "version": "2.30.0", + "version": "2.30.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 ",