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
77## [ Unreleased]
88Nothing!
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!
6872Initial 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
Original file line number Diff line number Diff line change @@ -41,4 +41,4 @@ declare class AddAssetHtmlPlugin {
4141 apply ( compiler : any ) : void ;
4242}
4343
44- export = AddAssetHtmlPlugin ;
44+ export = AddAssetHtmlPlugin ;
You can’t perform that action at this time.
0 commit comments