diff --git a/package-lock.json b/package-lock.json index 62a06dba9..90a099e2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmlhint", - "version": "1.7.1", + "version": "1.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmlhint", - "version": "1.7.1", + "version": "1.8.0", "license": "MIT", "dependencies": { "async": "3.2.6", diff --git a/package.json b/package.json index 538e9ed78..0b372a41d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.7.1", + "version": "1.8.0", "description": "The Static Code Analysis Tool for your HTML", "keywords": [ "html", diff --git a/website/src/content/docs/changelog.mdx b/website/src/content/docs/changelog.mdx index a0755fb56..1c9cc8f40 100644 --- a/website/src/content/docs/changelog.mdx +++ b/website/src/content/docs/changelog.mdx @@ -5,6 +5,13 @@ description: The release notes for HTMLHint, see what's changed with each new ve import { Badge } from '@astrojs/starlight/components' +## 1.8.0 _(2025-11-25)_ + +- Add support for disabling rules via HTML comments + [#1767](https://github.com/htmlhint/HTMLHint/issues/1767) +- Add 'allow-non-blocking' option to `head-script-disabled` rule + [#1765](https://github.com/htmlhint/HTMLHint/issues/1765) + ## 1.7.1 _(2025-09-17)_ - Update Glob dependency to version 9 diff --git a/website/src/content/docs/index.mdx b/website/src/content/docs/index.mdx index 84fe0be38..c49052fc4 100644 --- a/website/src/content/docs/index.mdx +++ b/website/src/content/docs/index.mdx @@ -15,7 +15,7 @@ hero: variant: minimal banner: content: | - v1.7.1 is now available! Check the changelog to see what's new. + v1.8.0 is now available! Check the changelog to see what's new. tableOfContents: false lastUpdated: false editUrl: false