Skip to content

Commit

Permalink
4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boillodmanuel committed Dec 2, 2020
1 parent 72112a0 commit cd60489
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased][]

## [4.4.0][] - 2020-12-02

### Added

- Add binary options `--print-summary`, `--print-cache-stats` and `--print-long-checks`
Expand Down Expand Up @@ -120,7 +122,8 @@
* update dependencies to avoid CVE-2018-3728


[Unreleased]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.3.0...HEAD
[Unreleased]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.4.0...HEAD
[4.4.0]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.3.0...v4.4.0
[4.3.0]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.2.0...v4.3.0
[4.2.0]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.3...v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "@boillodmanuel/markdown-link-check",
"version": "4.3.0",
"version": "4.4.0",
"description": "checks the all of the hyperlinks in a markdown text to determine if they are alive or dead",
"bin": {
"markdown-link-check": "./bin/markdown-link-check"
Expand Down

0 comments on commit cd60489

Please sign in to comment.