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
7
7
## [ Unreleased]
8
8
Nothing
9
9
10
+ ## [ 2.1.1] - 2017-08-16
11
+ ### Fixes
12
+ - Fix typo in readme (` filter ` -> ` files ` )
13
+
10
14
## [ 2.1.0] - 2017-08-07
11
15
### Added
12
16
- Support globby string as filepath option (#78 , thanks @Genuifx and @NumerHero )
@@ -89,8 +93,9 @@ Nothing
89
93
Initial release
90
94
91
95
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
94
99
[ 2.0.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v2.0.0...v2.0.1
95
100
[ 2.0.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.2...v2.0.0
96
101
[ 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
82
82
The absolute path of the file you want to add to the compilation, and resulting
83
83
HTML file. Also support globby string.
84
84
85
- #### ` filter `
85
+ #### ` files `
86
86
Type: ` string|Array<string> ` , default `[ ]
87
87
88
88
Files that the assets will be added to.
You can’t perform that action at this time.
0 commit comments