Skip to content

Commit

Permalink
chore(release): 1.0.3 [skip ci]
Browse files Browse the repository at this point in the history
## [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)
  • Loading branch information
semantic-release-bot committed Aug 7, 2024
1 parent f6c34e4 commit ce9ade8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.0.3](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.2...v1.0.3) (2024-08-07)


### Fix

* 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)

## [1.0.2](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.1...v1.0.2) (2024-08-07)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmlsanitycheck",
"description": "This module provides some basic sanity checks on html files",
"version": "1.0.2",
"version": "1.0.3",
"dependencies": {
"js-yaml": "4.1.0",
"node-html-parser": "^6.1",
Expand Down

0 comments on commit ce9ade8

Please sign in to comment.