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/).
55Latest version of this document will always be available on https://github.com/SimenB/add-asset-html-webpack-plugin/releases
66
77## [ Unreleased]
8+ Nothing
9+
10+ ## [ 2.0.0] - 2017-04-23
811### Breaking
912- Drop support for ` node<4 `
1013
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+
1119## [ 1.0.2] - 2016-08-07
1220### Fixes
1321- 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
7381Initial release
7482
7583
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
7786[ 1.0.2 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.1...v1.0.2
7887[ 1.0.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.0...v1.0.1
7988[ 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