From ae104d2b448566c9b590197db3b5a51f60641ad3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:42:34 +0000 Subject: [PATCH 1/2] chore(release): update release 7.3.4 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c927d4f6..96fd71cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.3.4](https://github.com/bigcommerce/stencil-cli/compare/7.3.3...7.3.4) (2024-02-27) + + +### Bug Fixes + +* Properly add stencil-cli headers to internalapi requests ([15e1202](https://github.com/bigcommerce/stencil-cli/commit/15e12029b007932231a08ec218ea39cc2e671e4b)) +* Properly add stencil-cli headers to internalapi requests ([#1164](https://github.com/bigcommerce/stencil-cli/issues/1164)) ([24ae309](https://github.com/bigcommerce/stencil-cli/commit/24ae3093bbc100fc45bd37488aa58db032af33f6)) + ## [7.3.3](https://github.com/bigcommerce/stencil-cli/compare/7.3.2...7.3.3) (2024-02-19) From 945f718aec1f3c6c4ff0ee064d5209debaadf6c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 27 Feb 2024 16:42:37 +0000 Subject: [PATCH 2/2] chore(release): update release 7.3.4 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1bba51aa..469b2840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.3.3", + "version": "7.3.4", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {