Allnotablechangestothisprojectwillbedocumentedinthisfile.See[standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
*Dropsupportfor`webpack` 4 and `node` <= 10 - For older webpack or node versions please use `html-webpack-plugin`4.x
*Entryjavascriptresourcesarenowbeeingloadeddeferredinthe`<head>` tag to improve the page load performance by default - You can set the `scriptLoading` option to `'blocking'`tokeepthepreviousbehaviour
*SettingpublicPathto`''` (an empty string) will no longer calculate a relative path from the html file to the assets anymore - You can set the `publicPath` option to `'auto'`tokeepthepreviousbehaviour
*Pluginsfor`html-webpack-plugin` which add additional assetTags should provide a `meta`attribute
*Dropsupportfor`appcache-webpack-plugin`
###Features
*drop`webpack` 4 and `node`<=10supporttomakeuseofthelatestAPIs([b7a9e8f](https://github.com/jantimon/html-webpack-plugin/commit/b7a9e8f2a3c146cfec8f5c42888abd6aa0cde0b9))
*allowgeneratingonefileperchunkwiththenew`'[name]'` placeholder for the `filename`option([cd5bd2a](https://github.com/jantimon/html-webpack-plugin/commit/cd5bd2afc902bbe5a5ceec4756ef634a26aa1332), [3d9ff48](https://github.com/jantimon/html-webpack-plugin/commit/3d9ff48543d04d9f7c3440bfefb43751775a9e81))
*Prevent"cannot read property info of undefined"whenreadingmetainformationfromassets([253ce30](https://github.com/jantimon/html-webpack-plugin/commit/253ce30))
*allow`contenthash` along with `templatehash`([049d4d3](https://github.com/jantimon/html-webpack-plugin/commit/049d4d3436092b8beff3f5745e77b20f1c168c4c)), closes [#1033](https://github.com/jantimon/html-webpack-plugin/issues/1033)
*dropworkaroundfor"Uncaught TypeError: __webpack_require__(...) is not a function"tobecompatiblewithwebpack5([15ad0d2](https://github.com/jantimon/html-webpack-plugin/commit/15ad0d260443edfdcc953fa08c675c90c063bac7))
*Revertparttheperformanceoptimization([#723](https://github.com/jantimon/html-webpack-plugin/pull/723)) because of [#753](https://github.com/jantimon/html-webpack-plugin/issues/753).
*Add`xhtml` option which is turned of by default. When activated it will inject self closed `<link href=".." />` tags instead of unclosed `<link href="..">`tags.([#255](https://github.com/ampedandwired/html-webpack-plugin/pull/255))