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": {