diff --git a/CHANGELOG.md b/CHANGELOG.md index 8fc8b67..54c2894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [5.4.3](https://github.com/bigcommerce/paper/compare/v5.4.2...v5.4.3) (2026-07-14) + + +### Bug Fixes + +* **ci:** remove npm@latest upgrade in release workflow ([#434](https://github.com/bigcommerce/paper/issues/434)) ([7e91924](https://github.com/bigcommerce/paper/commit/7e91924f9c619b70ed588e3ef41179f56086c4f4)) +* **deps:** bump @bigcommerce/stencil-paper-handlebars to 6.6.2 ([#433](https://github.com/bigcommerce/paper/issues/433)) ([05c6f06](https://github.com/bigcommerce/paper/commit/05c6f0685b23dedce7903045d46aa2957ecd8e35)) + ## [5.4.2](https://github.com/bigcommerce/paper/compare/v5.4.1...v5.4.2) (2026-06-11) diff --git a/package.json b/package.json index 2cba408..8977a2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "5.4.2", + "version": "5.4.3", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",