Skip to content

Commit

Permalink
chore(release): 2.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Dec 6, 2024
1 parent 21f1a85 commit 8df9c0c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 8df9c0c

Please sign in to comment.