Skip to content

Commit 09a96f5

Browse files
committed
Release 2.30
1 parent cb15071 commit 09a96f5

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change History
22
==============
33

4+
v2.30.0
5+
---
6+
* Add manual sort
7+
* Performance improvements (#723)
8+
49
v2.29.0
510
---
611
* Add support for Webpack 3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ webpack bundles. This is especially useful for webpack bundles that include
99
a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply
1010
your own template using lodash templates or use your own loader.
1111

12-
Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon)
12+
Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon) and Thomas Sileghem [@mastilver](https://twitter.com/mastilver)
1313

1414
Installation
1515
------------

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-webpack-plugin",
3-
"version": "2.29.0",
3+
"version": "2.30.0",
44
"description": "Simplifies creation of HTML files to serve your webpack bundles",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)