From 579e3b263aa7061525af38ecda41cd4620e9cfcb Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
 <41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 4 Oct 2023 15:48:42 +0200
Subject: [PATCH] chore(release): update release 7.2.2 (#1138)

---
 CHANGELOG.md | 7 +++++++
 package.json | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 21b24c8c..0e882684 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,10 @@
+## [7.2.2](https://github.com/bigcommerce/stencil-cli/compare/7.2.1...7.2.2) (2023-10-04)
+
+
+### Bug Fixes
+
+* strf-11280 Exclude any css files from scss validation ([#1137](https://github.com/bigcommerce/stencil-cli/issues/1137)) ([e40c9f9](https://github.com/bigcommerce/stencil-cli/commit/e40c9f972269dfdf423df888ca24690d2f894df7))
+
 ## [7.2.1](https://github.com/bigcommerce/stencil-cli/compare/7.2.0...7.2.1) (2023-09-14)
 
 
diff --git a/package.json b/package.json
index a7e296fe..8366769f 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@bigcommerce/stencil-cli",
-  "version": "7.2.1",
+  "version": "7.2.2",
   "description": "CLI tool to run BigCommerce Stores locally for theme development.",
   "main": "index.js",
   "engines": {