Skip to content

Commit ce9ade8

Browse files
chore(release): 1.0.3 [skip ci]
## [1.0.3](v1.0.2...v1.0.3) (2024-08-07) ### Fix * return empty title if no head title element is found (#16) ([f6c34e4](f6c34e4)), closes [#16](#16)
1 parent f6c34e4 commit ce9ade8

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.3](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.2...v1.0.3) (2024-08-07)
2+
3+
4+
### Fix
5+
6+
* return empty title if no head title element is found (#16) ([f6c34e4](https://github.com/uniqueck/htmlSanityCheck.js/commit/f6c34e4a2c1a037fc21bccb19008351159d97de1)), closes [#16](https://github.com/uniqueck/htmlSanityCheck.js/issues/16)
7+
18
## [1.0.2](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.1...v1.0.2) (2024-08-07)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.2",
4+
"version": "1.0.3",
55
"dependencies": {
66
"js-yaml": "4.1.0",
77
"node-html-parser": "^6.1",

0 commit comments

Comments
 (0)