From 09a96f5500e8294bfa40efa34e12aa178349543d Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Mon, 31 Jul 2017 11:14:07 +0200 Subject: [PATCH] Release 2.30 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8818c..c45bbbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ Change History ============== +v2.30.0 +--- +* Add manual sort +* Performance improvements (#723) + v2.29.0 --- * Add support for Webpack 3 diff --git a/README.md b/README.md index f31a7e0..e0fd037 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ webpack bundles. This is especially useful for webpack bundles that include a hash in the filename which changes every compilation. You can either let the plugin generate an HTML file for you, supply your own template using lodash templates or use your own loader. -Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon) +Maintainer: Jan Nicklas [@jantimon](https://twitter.com/jantimon) and Thomas Sileghem [@mastilver](https://twitter.com/mastilver) Installation ------------ diff --git a/package.json b/package.json index 9203fab..9d53dc8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-webpack-plugin", - "version": "2.29.0", + "version": "2.30.0", "description": "Simplifies creation of HTML files to serve your webpack bundles", "main": "index.js", "files": [