Release v2.12.0

This commit is contained in:
Jan Nicklas 2016-03-20 15:40:12 +01:00
parent 854242a24c
commit 58681c3bdb
2 changed files with 5 additions and 1 deletions

View File

@ -1,6 +1,10 @@
Change History
==============
v2.12.0
----
* Basic Webpack 2.x support #225
v2.11.0
----
* 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. https://github.com/ampedandwired/html-webpack-plugin/pull/255

View File

@ -1,6 +1,6 @@
{
"name": "html-webpack-plugin",
"version": "2.11.0",
"version": "2.12.0",
"description": "Simplifies creation of HTML files to serve your webpack bundles",
"main": "index.js",
"files": [