Skip to content

Commit

Permalink
Merge pull request #164 from mattolson/STRF-6933
Browse files Browse the repository at this point in the history
STRF-6933: Update handlebars
  • Loading branch information
mattolson authored Jun 30, 2019
2 parents 8c30cd9 + 0d78460 commit 39e8c49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 39e8c49

Please sign in to comment.