diff --git a/dist/w3c-html-validator.d.ts b/dist/w3c-html-validator.d.ts
index a44fb0f..6ba42cc 100644
--- a/dist/w3c-html-validator.d.ts
+++ b/dist/w3c-html-validator.d.ts
@@ -1,4 +1,4 @@
-//! w3c-html-validator v1.5.0 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
+//! w3c-html-validator v1.5.1 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
export type ValidatorSettings = {
html: string;
diff --git a/dist/w3c-html-validator.js b/dist/w3c-html-validator.js
index 8690fbe..b8d7901 100644
--- a/dist/w3c-html-validator.js
+++ b/dist/w3c-html-validator.js
@@ -1,11 +1,11 @@
-//! w3c-html-validator v1.5.0 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
+//! w3c-html-validator v1.5.1 ~~ https://github.com/center-key/w3c-html-validator ~~ MIT License
import chalk from 'chalk';
import fs from 'fs';
import log from 'fancy-log';
import request from 'superagent';
const w3cHtmlValidator = {
- version: '1.5.0',
+ version: '1.5.1',
validate(options) {
const defaults = {
checkUrl: 'https://validator.w3.org/nu/',
diff --git a/package.json b/package.json
index d3e4902..f75db89 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "w3c-html-validator",
- "version": "1.5.0",
+ "version": "1.5.1",
"description": "Check the markup validity of HTML files using the W3C validator",
"license": "MIT",
"type": "module",