From 54c6e941c23a431cdeb20b3b2ea8e974d13c314c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Zugmeyer?= Date: Mon, 8 Mar 2021 13:53:30 +0100 Subject: [PATCH] 6.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 924f413..4d2435c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-plugin-html", - "version": "6.1.1", + "version": "6.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.1", + "version": "6.1.2", "license": "ISC", "dependencies": { "htmlparser2": "^6.0.1" diff --git a/package.json b/package.json index 49c0db9..d5d604d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-html", - "version": "6.1.1", + "version": "6.1.2", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": {