Skip to content

Commit 511e986

Browse files
chore(release): 1.0.4 [skip ci]
## [1.0.4](v1.0.3...v1.0.4) (2024-08-07) ### Fix * Pass httpConnectionTimeout option to XmlHttpRequest ([f736f3b](f736f3b))
1 parent f736f3b commit 511e986

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,3 +1,10 @@
1+
## [1.0.4](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.3...v1.0.4) (2024-08-07)
2+
3+
4+
### Fix
5+
6+
* Pass httpConnectionTimeout option to XmlHttpRequest ([f736f3b](https://github.com/uniqueck/htmlSanityCheck.js/commit/f736f3b2b8c84f02abf2b12bb3135033eca8b61b))
7+
18
## [1.0.3](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.2...v1.0.3) (2024-08-07)
29

310

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,7 +1,7 @@
11
{
22
"name": "htmlsanitycheck",
33
"description": "This module provides some basic sanity checks on html files",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"dependencies": {
66
"js-yaml": "4.1.0",
77
"node-html-parser": "^6.1",

0 commit comments

Comments
 (0)