Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [10.0.0](https://github.com/bigcommerce/stencil-cli/compare/9.2.0...10.0.0) (2026-09-08)


### Features

* require Node 24; drop support for Node 20 and 22 ([#1404](https://github.com/bigcommerce/stencil-cli/issues/1404)) ([1016793](https://github.com/bigcommerce/stencil-cli/commit/10167935798cfc4232fff3188de9325ab66e1e12))


### Reverts

* require Node 24; drop support for Node 20 and 22 ([#1403](https://github.com/bigcommerce/stencil-cli/issues/1403)) ([c35b798](https://github.com/bigcommerce/stencil-cli/commit/c35b798ccd886226266de5656607caabc59f45bb))


### BREAKING CHANGES

* Node 20 and Node 22 are no longer supported. Node 24 or later is required.

# [9.1.0](https://github.com/bigcommerce/stencil-cli/compare/9.0.3...9.1.0) (2026-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-cli",
"version": "9.1.0",
"version": "10.0.0",
"type": "module",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
Expand Down