8000 chore(release): 9.6.1 · html-validate/html-validate@997374c · GitHub
[go: up one dir, main page]

Skip to content

Commit 997374c

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.6.1
## 9.6.1 (2025-06-14) ### Bug Fixes * validate descendants of `<template>` when `scriptSupporting` is disabled ([f4629f8](https://gitlab.com/html-validate/html-validate/commit/f4629f899c6a410cbb1100cbefe4daef55ec755c))
1 parent ccb5243 commit 997374c

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# html-validate changelog
22

3+
## 9.6.1 (2025-06-14)
4+
5+
### Bug Fixes
6+
7+
- validate descendants of `<template>` when `scriptSupporting` is disabled ([f4629f8](https://gitlab.com/html-validate/html-validate/commit/f4629f899c6a410cbb1100cbefe4daef55ec755c))
8+
39
## 9.6.0 (2025-06-14)
410

511
### Features

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": "html-validate",
3-
"version": "9.6.0",
3+
"version": "9.6.1",
44
"description": "Offline html5 validator",
55
"keywords": [
66
"html",

0 commit comments

Comments
 (0)
0