From 119340589a449ad257f8b609cf1b770f25bbd24d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 14 Aug 2025 15:42:05 +0000 Subject: [PATCH] chore(release): update release 8.10.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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",