From cbffedadbf91ad274e8cd66a2cf84bd38c49bcf9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:20:03 +0100 Subject: [PATCH] chore(release): update release 7.3.0 (#1146) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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": {