From 3c953b289c2ba39023e7864a43b38c8abf564edf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jul 2026 13:10:08 +0000 Subject: [PATCH] chore(release): update release 9.1.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a381fea5..9a63a8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [9.1.0](https://github.com/bigcommerce/stencil-cli/compare/9.0.3...9.1.0) (2026-07-23) + + +### Bug Fixes + +* TRAC-514 - accept ticket-first commit format in release flow and use PAT for release PRs ([#1394](https://github.com/bigcommerce/stencil-cli/issues/1394)) ([4d672be](https://github.com/bigcommerce/stencil-cli/commit/4d672be6ef810c76f9811a41f42aa5c771bdfb10)) + + +### Features + +* support esm in stencil-cli ([#1392](https://github.com/bigcommerce/stencil-cli/issues/1392)) ([0af9f24](https://github.com/bigcommerce/stencil-cli/commit/0af9f2436be6941def18a35527f374d3cb3280db)) + ## [9.0.3](https://github.com/bigcommerce/stencil-cli/compare/9.0.2...9.0.3) (2026-07-07) diff --git a/package.json b/package.json index a81d8742..43ba6469 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "9.0.3", + "version": "9.1.0", "type": "module", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js",