Skip to content

Commit 2f01b0f

Browse files
chore(release): 1.2.2 [skip ci]
## [1.2.2](v1.2.1...v1.2.2) (2025-03-01) ### Build * Bump elliptic from 6.5.7 to 6.6.1 ([2e114da](2e114da)) * Bump sinon from 16.1.3 to 19.0.2 ([10ef8fa](10ef8fa)) ### fix * reduce info logs ([9133503](9133503)), closes [#46](#46) ### Fix * file name for JunitXmlReporter #50 ([d01843d](d01843d)), closes [#50](#50)
1 parent d01843d commit 2f01b0f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.2.2](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.2.1...v1.2.2) (2025-03-01)
2+
3+
4+
### Build
5+
6+
* Bump elliptic from 6.5.7 to 6.6.1 ([2e114da](https://github.com/uniqueck/htmlSanityCheck.js/commit/2e114da760cfbc59ea1957c237f560476ead0aee))
7+
* Bump sinon from 16.1.3 to 19.0.2 ([10ef8fa](https://github.com/uniqueck/htmlSanityCheck.js/commit/10ef8faf73dcff2f7dfee4d6e556a0ffc32ef74c))
8+
9+
### fix
10+
11+
* reduce info logs ([9133503](https://github.com/uniqueck/htmlSanityCheck.js/commit/91335035422750869aa1411c3582194fbb4cc28e)), closes [#46](https://github.com/uniqueck/htmlSanityCheck.js/issues/46)
12+
13+
### Fix
14+
15+
* file name for JunitXmlReporter #50 ([d01843d](https://github.com/uniqueck/htmlSanityCheck.js/commit/d01843da00e922739efad0a0d167628be1de5380)), closes [#50](https://github.com/uniqueck/htmlSanityCheck.js/issues/50)
16+
117
## [1.2.1](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.2.0...v1.2.1) (2024-10-03)
218

319

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.1",
4+
"version": "1.2.2",
55
"dependencies": {
66
"ansi-colors": "^4",
77
"debug": "^4.3.6",

0 commit comments

Comments
 (0)