diff --git a/HISTORY.md b/HISTORY.md index f3a4dfe..91b7266 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,14 @@ +unreleased +================== + + * deps: handlebars@4.7.8 + - 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 ================== diff --git a/package.json b/package.json index 5033400..f76c5aa 100644 --- a/package.json +++ b/package.json @@ -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": {