From d7b955ce0cb609667dce6a7740d8b333b9785d7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beno=C3=AEt=20Zugmeyer?= Date: Wed, 10 Apr 2024 13:02:29 +0200 Subject: [PATCH] 8.1.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 46325d7..106bda5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-html", - "version": "8.0.0", + "version": "8.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-html", - "version": "8.0.0", + "version": "8.1.0", "license": "ISC", "dependencies": { "htmlparser2": "^9.1.0" diff --git a/package.json b/package.json index ead1319..2416f11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-html", - "version": "8.0.0", + "version": "8.1.0", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": {