Skip to content

Commit 1f8c6da

Browse files
committed
feat: Upgrade to the reporter v2.0.0
BREAKING CHANGE: Upgrade to the reporter v2.0.0.
1 parent ab30c0d commit 1f8c6da

File tree

4 files changed

+947
-398
lines changed

4 files changed

+947
-398
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ your code using Grunt.
191191

192192
## Release History
193193

194+
* 2018-03-01 v2.0.0 Upgrade to the reporter v2.0.0
194195
* 2018-03-01 v1.0.0 Upgrade to the reporter v1.0.0
195196
* 2018-01-27 v0.1.0 Allow generating an empty report with all validated files
196197
* 2017-11-25 v0.0.3 Fix appending the HTML extension to the target report file

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"grunt": "^1.0.2",
3838
"grunt-contrib-clean": "^1.1.0",
3939
"grunt-contrib-nodeunit": "^1.0.0",
40-
"grunt-html-html-reporter": "^1.0.0",
40+
"grunt-html-html-reporter": "^2.0.0",
4141
"grunt-standard": "^3.1.0",
4242
"semantic-release": "^12.4.1",
4343
"travis-deploy-once": "^4.3.4"

0 commit comments

Comments
 (0)