diff --git a/package-lock.json b/package-lock.json index ebc624b..f355254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "eslint-plugin-html", - "version": "6.1.0", + "version": "6.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "6.1.0", + "version": "6.1.1", "license": "ISC", "dependencies": { "htmlparser2": "^5.0.1" diff --git a/package.json b/package.json index aad75ca..7053f48 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-html", - "version": "6.1.0", + "version": "6.1.1", "description": "A ESLint plugin to lint and fix inline scripts contained in HTML files.", "license": "ISC", "repository": {