Skip to content

Commit 1b708a3

Browse files
chore(release): 1.0.1 [skip ci]
## [1.0.1](v1.0.0...v1.0.1) (2024-07-30) ### Fix * Rename binary script and add extension *.js (fixes #2) ([67c6b04](67c6b04)), closes [#2](#2)
1 parent 67c6b04 commit 1b708a3

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.0.1](https://github.com/uniqueck/htmlSanityCheck.js/compare/v1.0.0...v1.0.1) (2024-07-30)
2+
3+
4+
### Fix
5+
6+
* Rename binary script and add extension *.js (fixes #2) ([67c6b04](https://github.com/uniqueck/htmlSanityCheck.js/commit/67c6b04a67caa17c0ecfff26c1b2637141c03dbf)), closes [#2](https://github.com/uniqueck/htmlSanityCheck.js/issues/2)
7+
18
# 1.0.0 (2024-07-29)
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.0",
4+
"version": "1.0.1",
55
"dependencies": {
66
"js-yaml": "4.1.0",
77
"node-html-parser": "^6.1",

0 commit comments

Comments
 (0)