Skip to content

Commit d4ae83b

Browse files
committed
1.6.0
1 parent c72da78 commit d4ae83b

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,10 +230,14 @@ Notes:
230230
Change History
231231
--------------
232232

233-
v1.5.x
234-
* added resource hints
233+
v1.6.x
235234
* works with webpack 2.2.1
236235
* enhanced API (no need to use array), fully backwardly compatible
236+
* refactor in preparation for v2
237+
238+
v1.5.x
239+
* added resource hints
240+
* works with webpack 2.2.0
237241

238242
v1.4.x
239243
* updated internal mechanism to use new(ish) [HtmlWebpackPlugin event](https://github.com/ampedandwired/html-webpack-plugin#events)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "script-ext-html-webpack-plugin",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "Enhances html-webpack-plugin functionality with async and defer attributes for script elements",
55
"main": "index.js",
66
"files": [

0 commit comments

Comments
 (0)