Skip to content

Commit

Permalink
deps: handlebars@4.4.5
Browse files Browse the repository at this point in the history
closes #185
  • Loading branch information
dougwilson committed Oct 21, 2019
1 parent 7f9133b commit b3252a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
unreleased
==========

* deps: handlebars@4.4.5
- Add support for iterable objects in `{{#each}}` helper
- Fix parsing of empty raw blocks

4.0.6 / 2019-10-09
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repository": "pillarjs/hbs",
"main": "lib/hbs.js",
"dependencies": {
"handlebars": "4.3.5",
"handlebars": "4.4.5",
"walk": "2.3.14"
},
"devDependencies": {
Expand Down

0 comments on commit b3252a3

Please sign in to comment.