Skip to content

Commit d4b61a9

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.4...v1.1.0) (2024-08-17) ### New * Implement BrokenCrossReferencesChecker (fixes #20) ([7259ebe](7259ebe)), closes [#20](#20)
1 parent 7259ebe commit d4b61a9

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.1.0](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.4...v1.1.0) (2024-08-17)
2+
3+
4+
### New
5+
6+
* Implement BrokenCrossReferencesChecker (fixes #20) ([7259ebe](https://github.com/uniqueck/htmlSanityCheck.js/commit/7259ebeab3170b4793a074e324acd8b1072c2676)), closes [#20](https://github.com/uniqueck/htmlSanityCheck.js/issues/20)
7+
18
## [1.0.4](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.3...v1.0.4) (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.4",
4+
"version": "1.1.0",
55
"dependencies": {
66
"js-yaml": "4.1.0",
77
"node-html-parser": "^6.1",

0 commit comments

Comments
 (0)