diff --git a/CHANGELOG.md b/CHANGELOG.md index dc9b4d89..6d6fb13a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.3.0](https://github.com/bigcommerce/stencil-cli/compare/7.2.3...7.3.0) (2023-11-07) + + +### Features + +* STRF-10101 Check translation rows compilation on stencil bundle/start ([#1145](https://github.com/bigcommerce/stencil-cli/issues/1145)) ([92b760a](https://github.com/bigcommerce/stencil-cli/commit/92b760a7d4a1a1fe38467c1d5213b85a00e95975)) + ## [7.2.3](https://github.com/bigcommerce/stencil-cli/compare/7.2.2...7.2.3) (2023-10-06) diff --git a/package.json b/package.json index 8b7c0a7b..4fee2734 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.2.3", + "version": "7.3.0", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {