From 2e0fc029c5b6eede562da615442d0310dcc89564 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 14:55:10 +0200 Subject: [PATCH] chore(release): update release 7.5.5 (#1201) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 404aaf98..cdd7881f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.5.5](https://github.com/bigcommerce/stencil-cli/compare/7.5.4...7.5.5) (2024-04-16) + + +### Bug Fixes + +* STRF-11899 Update cart when multiple coupons are removed ([#1197](https://github.com/bigcommerce/stencil-cli/issues/1197)) ([13a31ba](https://github.com/bigcommerce/stencil-cli/commit/13a31ba21b2eea46cf8c8fdb2087a74a6cc3acdc)) + ## [7.5.4](https://github.com/bigcommerce/stencil-cli/compare/7.5.3...7.5.4) (2024-04-16) diff --git a/package.json b/package.json index b3d204b3..401ba7ee 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.5.4", + "version": "7.5.5", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {