Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
unreleased
==================

* deps: [email protected]
- Make library compatible with workers
- Don't rely on Node.js global object
- Fix compiling of each block params in strict mode
- Fix rollup warning when importing Handlebars as ESM
- Fix bundler issue with webpack 5
- Use https instead of git for mustache submodule

4.2.0 / 2021-11-16
==================

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.7.7",
"handlebars": "4.7.8",
"walk": "2.3.15"
},
"devDependencies": {
Expand Down
Loading