Skip to content

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boillodmanuel committed Dec 2, 2020
1 parent 81b2126 commit 3b996d4
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.1.0][] - 2020-12-02

### Added

- Add `resolveAbsolutePathWithBaseUrl` that resolves absolute path links (like `/page1.md`) related to the `baseUrl` (like `file:///my/wiki`). This is especially usefull when we process several files (in a wiki use case for example).
Expand Down Expand Up @@ -101,7 +103,8 @@
* update dependencies to avoid CVE-2018-3728


[Unreleased]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.3...HEAD
[Unreleased]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.1.0...HEAD
[4.1.0]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.3...v4.1.0
[4.0.3]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.2...v4.0.3
[4.0.2]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.1...v4.0.2
[4.0.1]: https://github.com/boillodmanuel/markdown-link-check/compare/v4.0.0...v4.0.1
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.0.3",
"version": "4.1.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 3b996d4

Please sign in to comment.