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