diff --git a/CHANGELOG.md b/CHANGELOG.md index 21cde73f..8f4c2f5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.0.0-rc.16 (2019-07-10) +- Bump paper-handlebars to 4.1.0 [#166](https://github.com/bigcommerce/paper/pull/166) + ## 3.0.0-rc.15 (2019-06-30) - Bump paper-handlebars to 4.0.9 [#165](https://github.com/bigcommerce/paper/pull/165) diff --git a/package.json b/package.json index d62792a3..3f7c3912 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0-rc.15", + "version": "3.0.0-rc.16", "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.0.9", + "@bigcommerce/stencil-paper-handlebars": "~4.1.0", "accept-language-parser": "~1.4.1", "lodash": "~3.10.1", "messageformat": "~0.2.2"