Skip to content

Commit fbeda39

Browse files
committed
Update changelog for 1.0.2
1 parent 428ede4 commit fbeda39

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
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+
## [1.0.2] - 2016-08-07
11+
### Fixes
12+
- Fix TypeScript definition file (#22, thanks @hh10k)
13+
1014
## [1.0.1] - 2016-08-06
1115
### Fixes
1216
- Make `require` work without `.default` again (Fixes #20)
@@ -68,7 +72,8 @@ Nothing!
6872
Initial release
6973

7074

71-
[Unreleased]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.1...HEAD
75+
[Unreleased]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.2...HEAD
76+
[1.0.1]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.1...v1.0.2
7277
[1.0.1]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.0...v1.0.1
7378
[1.0.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.4.0...v1.0.0
7479
[0.4.0]: https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.3.0...v0.4.0

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ declare class AddAssetHtmlPlugin {
4141
apply(compiler: any): void;
4242
}
4343

44-
export = AddAssetHtmlPlugin;
44+
export = AddAssetHtmlPlugin;

0 commit comments

Comments
 (0)