Skip to content

Commit ea32e5b

Browse files
chore(release): 1.2.1 [skip ci]
## [1.2.1](v1.2.0...v1.2.1) (2024-10-03) ### Fix * Pass configFile to loadConfig method for config rc files ([2def7da](2def7da))
1 parent 2def7da commit ea32e5b

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.2.1](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.2.0...v1.2.1) (2024-10-03)
2+
3+
4+
### Fix
5+
6+
* Pass configFile to loadConfig method for config rc files ([2def7da](https://github.com/uniqueck/htmlSanityCheck.js/commit/2def7da7891f3b839490603aafea4d56a657cb7f))
7+
18
# [1.2.0](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.1.0...v1.2.0) (2024-10-02)
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.2.0",
4+
"version": "1.2.1",
55
"dependencies": {
66
"ansi-colors": "^4",
77
"debug": "^4.3.6",

0 commit comments

Comments
 (0)