File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
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
+ ## [ 1.0.2] - 2016-08-07
11
+ ### Fixes
12
+ - Fix TypeScript definition file (#22 , thanks @hh10k )
13
+
10
14
## [ 1.0.1] - 2016-08-06
11
15
### Fixes
12
16
- Make ` require ` work without ` .default ` again (Fixes #20 )
@@ -68,7 +72,8 @@ Nothing!
68
72
Initial release
69
73
70
74
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
72
77
[ 1.0.1 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v1.0.0...v1.0.1
73
78
[ 1.0.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.4.0...v1.0.0
74
79
[ 0.4.0 ] : https://github.com/SimenB/add-asset-html-webpack-plugin/compare/v0.3.0...v0.4.0
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ declare class AddAssetHtmlPlugin {
41
41
apply ( compiler : any ) : void ;
42
42
}
43
43
44
- export = AddAssetHtmlPlugin ;
44
+ export = AddAssetHtmlPlugin ;
You can’t perform that action at this time.
0 commit comments