From 49c59ae26eef64bed78c1803b2d88d3db5cb1e30 Mon Sep 17 00:00:00 2001 From: dpilafian Date: Wed, 19 Jul 2023 14:20:19 -0700 Subject: [PATCH] Release v5.3.0 --- dist/html-validator.d.ts | 2 +- dist/html-validator.js | 2 +- dist/html-validator.umd.cjs | 2 +- package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/html-validator.d.ts b/dist/html-validator.d.ts index a2b417b..31955d6 100644 --- a/dist/html-validator.d.ts +++ b/dist/html-validator.d.ts @@ -1,4 +1,4 @@ -//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License +//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License export type AnalyzerOptions = ValidatorOptions; export type ReporterSettings = { diff --git a/dist/html-validator.js b/dist/html-validator.js index 74786c2..5051504 100644 --- a/dist/html-validator.js +++ b/dist/html-validator.js @@ -1,4 +1,4 @@ -//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License +//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License import { w3cHtmlValidator } from 'w3c-html-validator'; import PluginError from 'plugin-error'; diff --git a/dist/html-validator.umd.cjs b/dist/html-validator.umd.cjs index b0e013b..f7be824 100644 --- a/dist/html-validator.umd.cjs +++ b/dist/html-validator.umd.cjs @@ -1,4 +1,4 @@ -//! gulp-w3c-html-validator v5.2.1 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License +//! gulp-w3c-html-validator v5.3.0 ~~ https://github.com/center-key/gulp-w3c-html-validator ~~ MIT License var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; diff --git a/package.json b/package.json index f443a71..3ab7e87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gulp-w3c-html-validator", - "version": "5.2.1", + "version": "5.3.0", "description": "Gulp plugin to validate HTML using the W3C Markup Validation Service", "license": "MIT", "type": "module",