diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a31e3fc..cccd79bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.0.0-rc.29 (2020-06-05) +- Bump paper-handlebars version to 4.3.2 [#199](https://github.com/bigcommerce/paper/pull/199) + ## 3.0.0-rc.28 (2020-02-21) - Bump paper-handlebars version to 4.3.1 [#195](https://github.com/bigcommerce/paper/pull/195) diff --git a/package.json b/package.json index 524c08aa..0696f601 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0-rc.28", + "version": "3.0.0-rc.29", "description": "A Stencil plugin to load template files and render pages using backend renderer plugins.", "main": "index.js", "author": "Bigcommerce", @@ -23,7 +23,7 @@ }, "homepage": "https://github.com/bigcommerce/paper", "dependencies": { - "@bigcommerce/stencil-paper-handlebars": "4.3.1", + "@bigcommerce/stencil-paper-handlebars": "4.3.2", "accept-language-parser": "~1.4.1", "lodash": "~3.10.1", "messageformat": "~0.2.2"