html-webpack-tags-plugin
Advanced tools
Comparing version 2.0.16 to 2.0.17
@@ -6,2 +6,9 @@ # Change Log | ||
<a name="2.0.16"></a> | ||
# [2.0.16](https://github.com/jharris4/html-webpack-tags-plugin/compare/2.0.15...2.0.16) (2019-09-23) | ||
### Features | ||
* Add TypeScript definitions [[#52](https://github.com/jharris4/html-webpack-tags-plugin/issues/52)]. | ||
<a name="2.0.15"></a> | ||
@@ -8,0 +15,0 @@ # [2.0.15](https://github.com/jharris4/html-webpack-tags-plugin/compare/2.0.14...2.0.15) (2019-08-20) |
{ | ||
"name": "html-webpack-tags-plugin", | ||
"version": "2.0.16", | ||
"version": "2.0.17", | ||
"description": "lets you define html tags to inject with html-webpack-plugin", | ||
@@ -11,3 +11,4 @@ "main": "index.js", | ||
"files": [ | ||
"index.js" | ||
"index.js", | ||
"typings.d.ts" | ||
], | ||
@@ -14,0 +15,0 @@ "scripts": { |
72929
7
575