html-add-querystring
Advanced tools
Comparing version 1.2.0 to 1.3.0
{ | ||
"name": "html-add-querystring", | ||
"version": "1.2.0", | ||
"version": "1.3.0", | ||
"description": "Add querystring parameters to all links in html code", | ||
@@ -34,4 +34,4 @@ "main": "index.js", | ||
"devDependencies": { | ||
"eslint": "^5.16.0" | ||
"eslint": "^6.2.2" | ||
} | ||
} |
@@ -28,2 +28,4 @@ # html-add-querystring | ||
## Changelog | ||
### [1.3.0] - 2019-08-26 | ||
- (dev) dependency updates | ||
### [1.2.0] - 2019-05-14 | ||
@@ -30,0 +32,0 @@ - dependency updates |
6656
40