From 68402280579c97d99a691824186c6f5f7b7b5c5a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Apr 2024 17:48:42 +0200 Subject: [PATCH] chore(release): update release 7.5.1 (#1192) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b328fa68..4ad017a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [7.5.1](https://github.com/bigcommerce/stencil-cli/compare/7.5.0...7.5.1) (2024-04-10) + + +### Bug Fixes + +* STRF-11923 - Handle Missing a New Channels Permission Requirement in Auth Token ([#1191](https://github.com/bigcommerce/stencil-cli/issues/1191)) ([20e5fcb](https://github.com/bigcommerce/stencil-cli/commit/20e5fcb5845570a18329f4d6e6ab6239cbea4fb0)) +* STRF-11923 - Handle missing Channels auth permission in getStoreChannels() method. ([73703a4](https://github.com/bigcommerce/stencil-cli/commit/73703a4dbc7243a54e564dfb3c726250f0ece2ee)) + # [7.5.0](https://github.com/bigcommerce/stencil-cli/compare/7.4.2...7.5.0) (2024-04-09) diff --git a/package.json b/package.json index b1a14724..1bf03f24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.5.0", + "version": "7.5.1", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {