Skip to content

Commit f58b09d

Browse files
extHTML-Validate
authored andcommitted
chore(release): 9.5.2
## 9.5.2 (2025-03-17) ### Bug Fixes * **jest:** increase internal timeout for `.toHTMLValidate()` from 10s to 30s ([f5f9917](https://gitlab.com/html-validate/html-validate/commit/f5f9917cbf904b600561336f4fae37c62bc22138)), closes [#298](https://gitlab.com/html-validate/html-validate/issues/298)
1 parent f5f9917 commit f58b09d

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.5.2 (2025-03-17)
4+
5+
### Bug Fixes
6+
7+
- **jest:** increase internal timeout for `.toHTMLValidate()` from 10s to 30s ([f5f9917](https://gitlab.com/html-validate/html-validate/commit/f5f9917cbf904b600561336f4fae37c62bc22138)), closes [#298](https://gitlab.com/html-validate/html-validate/issues/298)
8+
39
## 9.5.1 (2025-03-13)
410

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

0 commit comments

Comments
 (0)