Skip to content

Commit

Permalink
Merge pull request #178 from bookernath/2.x
Browse files Browse the repository at this point in the history
Release 2.0.19
  • Loading branch information
junedkazi authored Aug 6, 2019
2 parents 27655fe + 9464106 commit 3ea0f43
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 3ea0f43

Please sign in to comment.