From aac95dd845934138ca7315fc915beb8c67ab54bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:00:39 +0100 Subject: [PATCH] chore(release): update release 7.3.1 (#1150) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d6fb13a..563b8e15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.3.1](https://github.com/bigcommerce/stencil-cli/compare/7.3.0...7.3.1) (2023-11-28) + + +### Bug Fixes + +* STRF-11419 Move scss file matching logic to stencil-styles ([#1149](https://github.com/bigcommerce/stencil-cli/issues/1149)) ([2d21f69](https://github.com/bigcommerce/stencil-cli/commit/2d21f69c3c50c372e35fc25e0b27ce6f34a48e7c)) + # [7.3.0](https://github.com/bigcommerce/stencil-cli/compare/7.2.3...7.3.0) (2023-11-07) diff --git a/package.json b/package.json index 762f674a..a67b8660 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.3.0", + "version": "7.3.1", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {