Skip to content

Commit 9c4f710

Browse files
committed
feat: Upgrade to the reporter v1.0.0
BREAKING CHANGE: Upgrade to the reporter v1.0.0.
1 parent f815009 commit 9c4f710

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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 v1.0.0 Upgrade to the reporter v1.0.0
194195
* 2018-01-27 v0.1.0 Allow generating an empty report with all validated files
195196
* 2017-11-25 v0.0.3 Fix appending the HTML extension to the target report file
196197
* 2017-11-25 v0.0.2 Upgrade the reporter dependency to support Node.js < 7

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": "^0.2.4",
40+
"grunt-html-html-reporter": "^1.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)