From cc2bc831c4d8d174c4fcc4eb8b7f7c2089505135 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 12:40:08 +0200 Subject: [PATCH] chore(release): update release 7.5.4 (#1200) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ecb2483..404aaf98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.5.4](https://github.com/bigcommerce/stencil-cli/compare/7.5.3...7.5.4) (2024-04-16) + + +### Bug Fixes + +* STRF-11934 Separate Github PR Title check ([#1199](https://github.com/bigcommerce/stencil-cli/issues/1199)) ([345f698](https://github.com/bigcommerce/stencil-cli/commit/345f698f4ff8ac7dca41c308602af8bdc48263cd)) + ## [7.5.3](https://github.com/bigcommerce/stencil-cli/compare/7.5.2...7.5.3) (2024-04-15) diff --git a/package.json b/package.json index b8d30d6f..b3d204b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.5.3", + "version": "7.5.4", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {