Skip to content

Commit d3b9d3c

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2024-07-29) ### Build * Configure semantic release process ([732b55b](732b55b)) * setup release process and dependabot (fixes #3) ([598e3c0](598e3c0)), closes [#3](#3) ### New * initial port from HtmlSanityCheck project ([3a8b26d](3a8b26d))
1 parent 732b55b commit d3b9d3c

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# 1.0.0 (2024-07-29)
2+
3+
4+
### Build
5+
6+
* Configure semantic release process ([732b55b](https://github.com/uniqueck/htmlSanityCheck.js/commit/732b55b544d517a0a28f85295c1d38b0415e673d))
7+
* setup release process and dependabot (fixes #3) ([598e3c0](https://github.com/uniqueck/htmlSanityCheck.js/commit/598e3c01f28f7a2a4126a8dc10a860c9aa74c69a)), closes [#3](https://github.com/uniqueck/htmlSanityCheck.js/issues/3)
8+
9+
### New
10+
11+
* initial port from HtmlSanityCheck project ([3a8b26d](https://github.com/uniqueck/htmlSanityCheck.js/commit/3a8b26de8766c2c42c22fceb8d583fc3f011d3c2))

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

0 commit comments

Comments
 (0)