Skip to content

Commit bc218a1

Browse files
committed
Fix typo in docs
Closes #73
1 parent 597ab06 commit bc218a1

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Latest version of this document will always be available on https://github.com/S
77
## [Unreleased]
88
Nothing
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
8993
Initial 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Type: `string|Glob`, mandatory
8282
The absolute path of the file you want to add to the compilation, and resulting
8383
HTML file. Also support globby string.
8484

85-
#### `filter`
85+
#### `files`
8686
Type: `string|Array<string>`, default `[]
8787

8888
Files that the assets will be added to.

0 commit comments

Comments
 (0)