From 6251cbe4cb8d141d31d077963f3d38bcd447bbe8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 7 Dec 2022 19:16:02 +0100 Subject: [PATCH] chore(release): update release 5.3.4 (#1036) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f6de0e93..235bf262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.3.4](https://github.com/bigcommerce/stencil-cli/compare/5.3.3...5.3.4) (2022-12-07) + + +### Bug Fixes + +* **storefront:** bctheme-1331 Incorrect handling of nested external templates with params ([#1031](https://github.com/bigcommerce/stencil-cli/issues/1031)) ([51903de](https://github.com/bigcommerce/stencil-cli/commit/51903de21d65577b2204f9dce8032b14cd0fdd83)) + ## [5.3.3](https://github.com/bigcommerce/stencil-cli/compare/5.3.2...5.3.3) (2022-11-04) diff --git a/package.json b/package.json index 2fa92daf..db2c833a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "5.3.3", + "version": "5.3.4", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {