From 3177abab427707a2fda32ac3101b32c91df9b317 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 09:50:26 +0000 Subject: [PATCH] chore(release): update release 5.4.4 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54c2894..731df50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [5.4.4](https://github.com/bigcommerce/paper/compare/v5.4.3...v5.4.4) (2026-07-29) + + +### Bug Fixes + +* **deps:** bump @bigcommerce/stencil-paper-handlebars to 6.6.3 ([#436](https://github.com/bigcommerce/paper/issues/436)) ([6bb027b](https://github.com/bigcommerce/paper/commit/6bb027bd15254030011369ba763cc23263d236ff)) + ## [5.4.3](https://github.com/bigcommerce/paper/compare/v5.4.2...v5.4.3) (2026-07-14) diff --git a/package.json b/package.json index 38b6a03..23a3e32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "5.4.3", + "version": "5.4.4", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",