From 3a4de8f353f829c535921373a61fa2af85910059 Mon Sep 17 00:00:00 2001 From: Juned Kazi Date: Thu, 14 Feb 2019 15:29:50 -0800 Subject: [PATCH] Bump paper-handlebars to 4.0.5 & Release v3.0.0-rc.11 --- CHANGELOG.md | 6 +++++- package.json | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3b489e5..1965ee07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.0.0-rc.11 (2019-2-14) +- Bump paper-handlebars to 4.0.4 [#150](https://github.com/bigcommerce/paper/pull/150) to fix + regex performance to match precompiled templates. + ## 3.0.0-rc.10 (2019-2-4) - Bump paper-handlebars to 4.0.4 [#149](https://github.com/bigcommerce/paper/pull/149) to fix cdn url. @@ -14,7 +18,7 @@ ## 3.0.0-rc.7 (2018-10-30) - Bump paper-handlebars to 4.0.1 [#140](https://github.com/bigcommerce/paper/pull/140) to fix - `cdnify` and avoid double slash in the genrated url. + `cdnify` and avoid double slash in the generated url. ## 3.0.0-rc.6 (2018-10-04) Breaking change: diff --git a/package.json b/package.json index e62e57e5..138bef5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "3.0.0-rc.10", + "version": "3.0.0-rc.11", "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.4", + "@bigcommerce/stencil-paper-handlebars": "~4.0.5", "accept-language-parser": "~1.4.1", "lodash": "~3.10.1", "messageformat": "~0.2.2"