We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092781d commit 43d911fCopy full SHA for 43d911f
2 files changed
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [8.10.5](https://github.com/bigcommerce/stencil-cli/compare/8.10.4...8.10.5) (2025-10-28)
2
+
3
4
+### Bug Fixes
5
6
+* handle binary content properly in WebDAV requests ([#1332](https://github.com/bigcommerce/stencil-cli/issues/1332)) ([092781d](https://github.com/bigcommerce/stencil-cli/commit/092781d8ef1d27bd4384f7579d602b2f36ddeafc))
7
8
## [8.10.4](https://github.com/bigcommerce/stencil-cli/compare/8.10.3...8.10.4) (2025-10-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "@bigcommerce/stencil-cli",
- "version": "8.10.4",
+ "version": "8.10.5",
"type": "module",
"description": "CLI tool to run BigCommerce Stores locally for theme development.",
"main": "index.js",
0 commit comments