diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a38850..08b5343 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [4.4.1](https://github.com/bigcommerce/paper/compare/v4.4.0...v4.4.1) (2023-02-03) + + +### Bug Fixes + +* bump paper handlebars ([#317](https://github.com/bigcommerce/paper/issues/317)) ([e6fb1eb](https://github.com/bigcommerce/paper/commit/e6fb1ebd2bd0fc83f909d11239c2803c40d53ab8)) + # [4.4.0](https://github.com/bigcommerce/paper/compare/v4.3.0...v4.4.0) (2023-02-02) diff --git a/package.json b/package.json index d4c307e..6c0ce49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "4.4.0", + "version": "4.4.1", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce",