diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf0120d..514822bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.10.5](https://github.com/bigcommerce/stencil-cli/compare/8.10.4...8.10.5) (2025-10-28) + + +### Bug Fixes + +* 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)) + ## [8.10.4](https://github.com/bigcommerce/stencil-cli/compare/8.10.3...8.10.4) (2025-10-13) diff --git a/package.json b/package.json index 8e39b8fb..7ca13e6b 100644 --- a/package.json +++ b/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",