From 75fc2a1cadfb007ea426e3410c349bfacd24d0c8 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 25 Nov 2025 14:05:56 +0900 Subject: [PATCH 1/2] Release v1.8.0 --- package-lock.json | 4 ++-- package.json | 2 +- website/src/content/docs/changelog.mdx | 7 +++++++ website/src/content/docs/index.mdx | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) 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..44a4f4f0c 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 From 12b06001cb241fdbe03233679445417a62ff527d Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 25 Nov 2025 14:09:21 +0900 Subject: [PATCH 2/2] Fix formatting for changelog entries --- website/src/content/docs/changelog.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/content/docs/changelog.mdx b/website/src/content/docs/changelog.mdx index 44a4f4f0c..1c9cc8f40 100644 --- a/website/src/content/docs/changelog.mdx +++ b/website/src/content/docs/changelog.mdx @@ -9,7 +9,7 @@ import { Badge } from '@astrojs/starlight/components' - 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 +- Add 'allow-non-blocking' option to `head-script-disabled` rule [#1765](https://github.com/htmlhint/HTMLHint/issues/1765) ## 1.7.1 _(2025-09-17)_