Skip to content

Commit 50daa27

Browse files
committed
Release v151
Version update and site updates
1 parent c3f25fd commit 50daa27

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "htmlhint",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The Static Code Analysis Tool for your HTML",
55
"keywords": [
66
"html",

website/src/content/docs/changelog.mdx

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ description: The release notes for HTMLHint, see what's changed with each new ve
55

66
import { Badge } from '@astrojs/starlight/components'
77

8+
## 1.5.1 _(2025-06-07)_
9+
10+
- <Badge text="Feat" size="small" /> Update Node SARIF Builder
11+
[#1641](https://github.com/htmlhint/HTMLHint/pull/1641)
12+
- <Badge text="Fix" size="small" variant="danger" /> Fix SARIF formatter to output a `htmlhint.sarif` file
13+
[#1640](https://github.com/htmlhint/HTMLHint/pull/1640)
14+
815
## 1.5.0 _(2025-06-06)_
916

1017
- <Badge text="Feat" size="small" /> Add `htmlhint --init` command to create a .htmlhintrc file

website/src/content/docs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ hero:
1414
variant: minimal
1515
banner:
1616
content: |
17-
v1.5.0 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
17+
v1.5.1 is now available! Check the <a href="/changelog/">changelog</a> to see what's new.
1818
tableOfContents: false
1919
lastUpdated: false
2020
editUrl: false

website/src/content/docs/vs-code-extension.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { LinkCard, CardGrid } from '@astrojs/starlight/components'
99

1010
Get realtime linting feedback in Visual Studio Code with the HTMLHint extension. This extension provides a seamless integration of HTMLHint into your development workflow, allowing you to catch HTML issues as you type.
1111

12-
The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.4.0).
12+
The HTMLHint extension will attempt to use the locally installed HTMLHint module (the project-specific module if present, or a globally installed HTMLHint module). If a locally installed HTMLHint isn't available, the extension will use the embedded version (current version 1.5.1).
1313

1414
## Download
1515

0 commit comments

Comments
 (0)