diff --git a/CHANGELOG.md b/CHANGELOG.md index ab0c074b89..f2948aca65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fix GH build action & added package version and short commit hash to artifact names in GitHub Actions workflow for improved traceability and uniqueness. ([#2494](https://github.com/bigcommerce/cornerstone/pull/2494)) - Bump stencil-utils to 6.18.0 ([#2493](https://github.com/bigcommerce/cornerstone/pull/2493)) - Bump other GH actions to fix warnings related to old versions. ([#2495](https://github.com/bigcommerce/cornerstone/pull/2495)) +- Add a section to display the payment promotion widget in the drop-down of the cart preview. ([#2523](https://github.com/bigcommerce/cornerstone/pull/2523)) - Add support Node 20 ([#2519](https://github.com/bigcommerce/cornerstone/pull/2519)) ## 6.15.0 (10-18-2024) diff --git a/templates/components/common/cart-preview.html b/templates/components/common/cart-preview.html index 8b7b549820..ff1eceb852 100644 --- a/templates/components/common/cart-preview.html +++ b/templates/components/common/cart-preview.html @@ -46,6 +46,7 @@