Skip to content

Commit f3f2682

Browse files
authored
Merge pull request #335 from htmlhint/release-v1-13-0
Bump version to 1.13.0 and update htmlhint dependency
2 parents a2f24aa + 7b66ec3 commit f3f2682

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

htmlhint/CHANGELOG.md

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

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

5+
### v1.13.0 (2025-11-25)
6+
7+
- Update HTMLHint to v1.8.0
8+
- Add support for [disabling rules via HTML comments](https://htmlhint.com/configuration/#disabling-rules-inline)
9+
510
### v1.12.0 (2025-09-15)
611

712
- Update HTMLHint to v1.7.0

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.12.0",
6+
"version": "1.13.0",
77
"publisher": "HTMLHint",
88
"galleryBanner": {
99
"color": "#333333",
@@ -87,7 +87,7 @@
8787
"vscode:prepublish": "npm run compile && npm run bundle-dependencies",
8888
"compile": "tsc -p ./",
8989
"watch": "tsc -watch -p ./",
90-
"bundle-dependencies": "npm install --no-package-lock --no-save --no-fund htmlhint@1.7.0 [email protected] [email protected] [email protected] [email protected] [email protected]",
90+
"bundle-dependencies": "npm install --no-package-lock --no-save --no-fund htmlhint@1.8.0 [email protected] [email protected] [email protected] [email protected] [email protected]",
9191
"package": "vsce package"
9292
},
9393
"devDependencies": {

0 commit comments

Comments
 (0)