Skip to content

Commit b4ab89f

Browse files
authored
Merge pull request #303 from htmlhint/release-v1-12-0
Release v1.12.0
2 parents 2f5181b + aed82cd commit b4ab89f

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

htmlhint/.npmrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
fund = false
2-
lockfileVersion = "3"
32
registry = 'https://registry.npmjs.org/'

htmlhint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
All notable changes to the "vscode-htmlhint" extension will be documented in this file.
44

5+
### v1.12.0 (2025-09-15)
6+
7+
- Update HTMLHint to v1.7.0
8+
59
### v1.11.1 (2025-06-24)
610

711
- Add autofix for `tag-no-obsolete` rule

htmlhint/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.

htmlhint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "HTMLHint",
44
"description": "VS Code integration for HTMLHint - A Static Code Analysis Tool for HTML",
55
"icon": "images/icon.png",
6-
"version": "1.11.1",
6+
"version": "1.12.0",
77
"publisher": "HTMLHint",
88
"galleryBanner": {
99
"color": "#333333",
@@ -115,6 +115,6 @@
115115
"ignore"
116116
],
117117
"volta": {
118-
"node": "22.16.0"
118+
"node": "22.19.0"
119119
}
120120
}

0 commit comments

Comments
 (0)