diff --git a/CHANGELOG.md b/CHANGELOG.md index a23606cb..021f956c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased +## 2.0.19 (2019-08-06) +- Allow json helper to accept a SafeString as an argument +- Move SafeString unwrapping to common module + ## 2.0.18 (2019-07-30) - Add setURLQueryParam helper - Make getImageSrcset not generate default srcsets larger than the original image when the dimensions are known diff --git a/package.json b/package.json index ffae0f5d..95128a6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@bigcommerce/stencil-paper", - "version": "2.0.18", + "version": "2.0.19", "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",