html-webpack-plugin 2.27.1 → 2.28.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,6 +1,10 @@
1
1
  Change History
2
2
  ==============
3
3
 
4
+ v2.28.0
5
+ ---
6
+ * Backport 3.x void tag for plugin authors
7
+
4
8
  v2.27.1
5
9
  ---
6
10
  * Revert 2.25.0 loader resolving
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "html-webpack-plugin",
3
- "version": "2.27.1",
3
+ "version": "2.28.0",
4
4
  "description": "Simplifies creation of HTML files to serve your webpack bundles",
5
5
  "main": "index.js",
6
6
  "files": [