diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca3658a..8356f1e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [8.10.0](https://github.com/bigcommerce/stencil-cli/compare/8.9.4...8.10.0) (2025-08-14) + + +### Features + +* Bump eslint to v8 ([#1308](https://github.com/bigcommerce/stencil-cli/issues/1308)) ([4e9e303](https://github.com/bigcommerce/stencil-cli/commit/4e9e303a28f5069a5945123fa63f5ffa72e269f7)) + ## [8.9.4](https://github.com/bigcommerce/stencil-cli/compare/8.9.3...8.9.4) (2025-08-05) diff --git a/package.json b/package.json index 7835c976..cbf26652 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "8.9.4", + "version": "8.10.0", "type": "module", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js",