diff --git a/package-lock.json b/package-lock.json index f45a4637c..724af8244 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "htmlhint", - "version": "1.9.1", + "version": "1.9.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "htmlhint", - "version": "1.9.1", + "version": "1.9.2", "license": "MIT", "dependencies": { "async": "3.2.6", diff --git a/package.json b/package.json index b1488e7a8..1cdb36957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "htmlhint", - "version": "1.9.1", + "version": "1.9.2", "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 7777d7120..cf0d2645b 100644 --- a/website/src/content/docs/changelog.mdx +++ b/website/src/content/docs/changelog.mdx @@ -5,6 +5,11 @@ description: The release notes for HTMLHint, see what's changed with each new ve import { Badge } from '@astrojs/starlight/components' +## 1.9.2 _(2026-03-05)_ + +- Dependencies update + [#1817](https://github.com/htmlhint/HTMLHint/issues/1817) + ## 1.9.1 _(2026-02-11)_ - Revert breaking change (introduced in v1.9.0) of adding an `exports` field to `package.json` diff --git a/website/src/content/docs/index.mdx b/website/src/content/docs/index.mdx index c3f8600f0..f7d3e5e57 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.9.1 is now available! Check the changelog to see what's new. + v1.9.2 is now available! Check the changelog to see what's new. tableOfContents: false lastUpdated: false editUrl: false