Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 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))
  • Loading branch information
semantic-release-bot committed Jul 29, 2024
1 parent 732b55b commit d3b9d3c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# 1.0.0 (2024-07-29)


### Build

* Configure semantic release process ([732b55b](https://github.com/uniqueck/htmlSanityCheck.js/commit/732b55b544d517a0a28f85295c1d38b0415e673d))
* 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)

### New

* initial port from HtmlSanityCheck project ([3a8b26d](https://github.com/uniqueck/htmlSanityCheck.js/commit/3a8b26de8766c2c42c22fceb8d583fc3f011d3c2))
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "htmlsanitycheck",
"description": "This module provides some basic sanity checks on html files",
"version": "0.0.1",
"version": "1.0.0",
"dependencies": {
"js-yaml": "4.1.0",
"node-html-parser": "^6.1",
Expand Down

0 comments on commit d3b9d3c

Please sign in to comment.