From 57a691f4fed402dff41a060dc6af83e81630bc85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Zugmeyer?= Date: Tue, 19 Jul 2022 00:37:15 +0200 Subject: [PATCH] 7.0.0 --- 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 c86efc9..c97c234 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-html", - "version": "6.2.0", + "version": "7.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "eslint-plugin-html", - "version": "6.2.0", + "version": "7.0.0", "license": "ISC", "dependencies": { "htmlparser2": "^8.0.1" diff --git a/package.json b/package.json index 23731fa..92d9a0d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-html", - "version": "6.2.0", + "version": "7.0.0", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": {