Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit c7c8906

Browse files
committed
Release v3.2.0
1 parent aca9388 commit c7c8906

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const task = {
3636
gulp.task('validate-html', task.validateHtml);
3737
```
3838

39-
## 3) Custom Reporting
39+
## 3) Custom reporting
4040
The results are also added onto each file object under `validationResults`, containing `success` (boolean)
4141
and `messages` (Array).
4242

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-w3c-html-validator",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Gulp plugin to validate HTML using the W3C Markup Validation Service",
55
"license": "MIT",
66
"type": "module",
File renamed without changes.

0 commit comments

Comments
 (0)