Skip to content

Commit 3396d75

Browse files
committed
Update changelog
1 parent 22abdac commit 3396d75

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55
Latest 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
7381
Initial 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

0 commit comments

Comments
 (0)