File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,10 @@ Latest version of this document will always be available on https://github.com/S
77## [ Unreleased]
88Nothing
99
10+ ## [ 2.1.1] - 2017-08-16
11+ ### Fixes
12+ - Fix typo in readme (` filter ` -> ` files ` )
13+
1014## [ 2.1.0] - 2017-08-07
1115### Added
1216- Support globby string as filepath option (#78 , thanks @Genuifx and @NumerHero )
@@ -89,8 +93,9 @@ Nothing
8993Initial release
9094
9195
92- [ Unreleased ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.0...HEAD
93- [ 2.1.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.0...v2.1.0
96+ [ Unreleased ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.1...HEAD
97+ [ 2.1.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.1.0...v2.1.1
98+ [ 2.1.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.0.1...v2.1.0
9499[ 2.0.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.0.0...v2.0.1
95100[ 2.0.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.2...v2.0.0
96101[ 1.0.2 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.1...v1.0.2
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ Type: `string|Glob`, mandatory
8282The absolute path of the file you want to add to the compilation, and resulting
8383HTML file. Also support globby string.
8484
85- #### ` filter `
85+ #### ` files `
8686Type: ` string|Array<string> ` , default `[ ]
8787
8888Files that the assets will be added to.
You can’t perform that action at this time.
0 commit comments