diff --git a/CHANGELOG.md b/CHANGELOG.md index ae8648b1..6cf0120d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.10.4](https://github.com/bigcommerce/stencil-cli/compare/8.10.3...8.10.4) (2025-10-13) + + +### Bug Fixes + +* STRF-13809 set stencil styles to a specific version ([#1329](https://github.com/bigcommerce/stencil-cli/issues/1329)) ([c3e0d4f](https://github.com/bigcommerce/stencil-cli/commit/c3e0d4fdc0cef6be986a78cbec92c9b1857eba8e)) + ## [8.10.3](https://github.com/bigcommerce/stencil-cli/compare/8.10.2...8.10.3) (2025-10-02) diff --git a/package.json b/package.json index e7560719..8e39b8fb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "8.10.3", + "version": "8.10.4", "type": "module", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js",