Skip to content

Commit

Permalink
chore(release): 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.4...v1.1.0) (2024-08-17)

### New

* Implement BrokenCrossReferencesChecker (fixes #20) ([7259ebe](7259ebe)), closes [#20](#20)
  • Loading branch information
semantic-release-bot committed Aug 17, 2024
1 parent 7259ebe commit d4b61a9
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.1.0](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.4...v1.1.0) (2024-08-17)


### New

* Implement BrokenCrossReferencesChecker (fixes #20) ([7259ebe](https://github.com/uniqueck/htmlSanityCheck.js/commit/7259ebeab3170b4793a074e324acd8b1072c2676)), closes [#20](https://github.com/uniqueck/htmlSanityCheck.js/issues/20)

## [1.0.4](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.3...v1.0.4) (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.4",
"version": "1.1.0",
"dependencies": {
"js-yaml": "4.1.0",
"node-html-parser": "^6.1",
Expand Down

0 comments on commit d4b61a9

Please sign in to comment.