Skip to content

Commit d85cd2f

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2024-08-07) ### Fix * find all files in a directory (#14) ([51b43ff](51b43ff)), closes [#14](#14)
1 parent 51b43ff commit d85cd2f

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.2](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.1...v1.0.2) (2024-08-07)
2+
3+
4+
### Fix
5+
6+
* find all files in a directory (#14) ([51b43ff](https://github.com/uniqueck/htmlSanityCheck.js/commit/51b43ff89c00fd0b60d47afb1efb22322b438761)), closes [#14](https://github.com/uniqueck/htmlSanityCheck.js/issues/14)
7+
18
## [1.0.1](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.0...v1.0.1) (2024-07-30)
29

310

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
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.1",
4+
"version": "1.0.2",
55
"dependencies": {
66
"js-yaml": "4.1.0",
77
"node-html-parser": "^6.1",

0 commit comments

Comments
 (0)