8000 chore(release): 9.5.3 · html-validate/html-validate@41865af · GitHub
[go: up one dir, main page]

Skip to content

Commit 41865af

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.5.3
## 9. 8000 5.3 (2025-04-13) ### Bug Fixes * fix crash when aria attribute references id with comma ([fb91b7c](https://gitlab.com/html-validate/html-validate/commit/fb91b7c7e7b4c3a3b01998c0bd348e4a43eb817f)), closes [#299](https://gitlab.com/html-validate/html-validate/issues/299) * fix crash when attribute selector `[..]` contains escaped characters ([0c19b82](https://gitlab.com/html-validate/html-validate/commit/0c19b8267deac4f957558ed4149ee2ba52cd0a06))
1 parent 8d87b8a commit 41865af

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

3+
## 9.5.3 (2025-04-13)
4+
5+
### Bug Fixes
6+
7+
- fix crash when aria attribute references id with comma ([fb91b7c](https://gitlab.com/html-validate/html-validate/commit/fb91b7c7e7b4c3a3b01998c0bd348e4a43eb817f)), closes [#299](https://gitlab.com/html-validate/html-validate/issues/299)
8+
- fix crash when attribute selector `[..]` contains escaped characters ([0c19b82](https://gitlab.com/html-validate/html-validate/commit/0c19b8267deac4f957558ed4149ee2ba52cd0a06))
9+
310
## 9.5.2 (2025-03-17)
411

512
### Bug Fixes

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

0 commit comments

Comments
 (0)
0