diff --git a/CHANGELOG.md b/CHANGELOG.md index 06a52f63..cd62b449 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ ## Unreleased +## 2.0.15 (2019-06-30) +-- Update handlebars to latest + ## 2.0.14 (2019-06-28) -- Fix for helper to allow for one iteration diff --git a/package.json b/package.json index 6f9bdaa5..f7ad6f45 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "2.0.14", + "version": "2.0.15", "description": "A stencil plugin to register partials and helpers from handlebars and returns the compiled version for the stencil platform.", "main": "index.js", "author": "Bigcommerce", @@ -23,7 +23,7 @@ "dependencies": { "accept-language-parser": "^1.0.2", "async": "^1.4.2", - "handlebars": "^3.0.1", + "handlebars": "3.0.7", "handlebars-helpers": "^0.8.0", "lodash": "^3.6.0", "messageformat": "^0.2.2",