File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
Latest version of this document will always be available on https://github.com/SimenB/add-asset-html-webpack-plugin/releases
6
6
7
7
## [ Unreleased]
8
+ Nothing
9
+
10
+ ## [ 2.0.0] - 2017-04-23
8
11
### Breaking
9
12
- Drop support for ` node<4 `
10
13
14
+ ### Added
15
+ - Add ` files ` option
16
+ - Allows you to only include a given asset in certain html files
17
+ - Ported from https://npm.im/html-webpack-include-assets-plugin
18
+
11
19
## [ 1.0.2] - 2016-08-07
12
20
### Fixes
13
21
- Fix TypeScript definition file (#22 , thanks @hh10k )
@@ -73,7 +81,8 @@ Latest version of this document will always be available on https://github.com/S
73
81
Initial release
74
82
75
83
76
- [ Unreleased ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.2...HEAD
84
+ [ Unreleased ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.0.0...HEAD
85
+ [ 2.0.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.2...v2.0.0
77
86
[ 1.0.2 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.1...v1.0.2
78
87
[ 1.0.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.0...v1.0.1
79
88
[ 1.0.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.4.0...v1.0.0
You can’t perform that action at this time.
0 commit comments