From ee160f90b3d63f483cb26867546d710d9e52e7bd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 16:51:06 +0200 Subject: [PATCH] chore(release): update release 8.3.0 (#1232) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c54d004f..f1470fb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.3.0](https://github.com/bigcommerce/stencil-cli/compare/8.2.0...8.3.0) (2024-09-20) + + +### Features + +* STRF-11834 Consolidate css assembing logic ([#1231](https://github.com/bigcommerce/stencil-cli/issues/1231)) ([94e97d9](https://github.com/bigcommerce/stencil-cli/commit/94e97d90f0e6bd3a6243a4ba93d6ec3e04437f6b)) + # [8.2.0](https://github.com/bigcommerce/stencil-cli/compare/8.1.1...8.2.0) (2024-08-29) diff --git a/package.json b/package.json index c3056d01..661d4e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "8.2.0", + "version": "8.3.0", "type": "module", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js",