Skip to content

Commit 6a0782b

Browse files
committed
docs: Update release notes
1 parent 6e1b7f6 commit 6a0782b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
[![NPM Downloads](https://nodei.co/npm/grunt-html-html-report-converter.png?downloads=true&stars=true)](https://www.npmjs.com/package/grunt-html-html-report-converter)
66

7-
This module provides a grunt multi-task for converts the JSON report generated by the [grunt-html] task to the HTML format.
7+
This module provides a grunt multi-task for converts the JSON report generated by the [grunt-html] task to the HTML format. It uses [grunt-html-html-reporter] to format the validation results.
88

99
## Installation
1010

@@ -162,6 +162,8 @@ your code using Grunt.
162162

163163
## Release History
164164

165+
* 2017-11-25 v0.0.3 Fix appending the HTML extension to the target report file
166+
* 2017-11-25 v0.0.2 Upgrade the reporter dependency to support Node.js < 7
165167
* 2017-11-25 v0.0.1 Initial release
166168

167169
## License
@@ -177,3 +179,4 @@ Licensed under the MIT license.
177179
[Gruntfile]: https://gruntjs.com/sample-gruntfile
178180
[Getting Gtarted]: https://github.com/gruntjs/grunt/wiki/Getting-started
179181
[grunt-html]: https://github.com/jzaefferer/grunt-html
182+
[grunt-html-html-reporter]: https://github.com/prantlf/grunt-html-html-reporter

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"devDependencies": {
3939
"grunt": "^1.0.1",
4040
"grunt-standard": "^3.1.0",
41-
"semantic-release": "^8.2.0"
41+
"semantic-release": "^8.2.3"
4242
},
4343
"peerDependencies": {
4444
"grunt": ">=0.4.5"

0 commit comments

Comments
 (0)