diff --git a/CHANGELOG.md b/CHANGELOG.md index 96fd71cd..48ac006f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [7.4.0](https://github.com/bigcommerce/stencil-cli/compare/7.3.4...7.4.0) (2024-03-29) + + +### Features + +* STRF-11523 Add the ability to use Handlebar Partial Blocks ([#1167](https://github.com/bigcommerce/stencil-cli/issues/1167)) ([39a7fbc](https://github.com/bigcommerce/stencil-cli/commit/39a7fbcad5a45f95fddeecc463a207818bfd8db2)) + ## [7.3.4](https://github.com/bigcommerce/stencil-cli/compare/7.3.3...7.3.4) (2024-02-27) diff --git a/package.json b/package.json index 6381b4fe..02c784f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-cli", - "version": "7.3.4", + "version": "7.4.0", "description": "CLI tool to run BigCommerce Stores locally for theme development.", "main": "index.js", "engines": {