Skip to content

Commit b3e8579

Browse files
chore(release): update release 9.0.0 (#1348)
1 parent cd4e5dd commit b3e8579

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [9.0.0](https://github.com/bigcommerce/stencil-cli/compare/8.10.5...9.0.0) (2025-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* ensure npm is latest to support trusted publishing flow ([#1345](https://github.com/bigcommerce/stencil-cli/issues/1345)) ([12226c8](https://github.com/bigcommerce/stencil-cli/commit/12226c8739aeeb954e87b803a8d1f58c196ece55))
7+
* ghr publish ([#1346](https://github.com/bigcommerce/stencil-cli/issues/1346)) ([cd4e5dd](https://github.com/bigcommerce/stencil-cli/commit/cd4e5dd80d0b6a34e1b1934c5f795e2ba04bcc27))
8+
* npm release ([#1341](https://github.com/bigcommerce/stencil-cli/issues/1341)) ([d02e53d](https://github.com/bigcommerce/stencil-cli/commit/d02e53d97df1e9241ddab99e0a78287b55c25307))
9+
* remove explicit npm token usage during release ([#1344](https://github.com/bigcommerce/stencil-cli/issues/1344)) ([d9fbb60](https://github.com/bigcommerce/stencil-cli/commit/d9fbb606a4a5de9bb0181b45290313bf903abd1d))
10+
* update @semantic-release/npm which has trusted publishing flow ([#1342](https://github.com/bigcommerce/stencil-cli/issues/1342)) ([968745f](https://github.com/bigcommerce/stencil-cli/commit/968745ffb7f02565233532ea054ebf999d7a0a69))
11+
* update semantic release ([#1343](https://github.com/bigcommerce/stencil-cli/issues/1343)) ([b40027a](https://github.com/bigcommerce/stencil-cli/commit/b40027a9fc4f9279c79fd14348ab414601f5c18c))
12+
13+
14+
### Features
15+
16+
* STRF-13943 Enable node 22; drop node 18; BREAKING CHANGE: Drop Node 18 Support ([#1339](https://github.com/bigcommerce/stencil-cli/issues/1339)) ([7f46f65](https://github.com/bigcommerce/stencil-cli/commit/7f46f65bdb33856f0b68a637daf819768ce8e476))
17+
18+
19+
### BREAKING CHANGES
20+
21+
* Drop Node 18 Support
22+
123
## [8.10.5](https://github.com/bigcommerce/stencil-cli/compare/8.10.4...8.10.5) (2025-10-28)
224

325

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The BigCommerce server emulator for local theme development.
88
## Install
99

1010
Note: Stencil requires the Node.js runtime environment,
11-
versions 20.x are supported.
11+
versions 20.x, 22.x are supported.
1212

1313
Run `npm install -g @bigcommerce/stencil-cli`.
1414

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bigcommerce/stencil-cli",
3-
"version": "8.10.5",
3+
"version": "9.0.0",
44
"type": "module",
55
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
66
"main": "index.js",

0 commit comments

Comments
 (0)