From 3b996d406b6eb5c820ab1199c664490ef2230541 Mon Sep 17 00:00:00 2001 From: Manuel Boillod Date: Wed, 2 Dec 2020 01:38:27 +0100 Subject: [PATCH] 4.1.0 --- CHANGELOG.md | 5 ++++- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1ced2e..6572cd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). @@ -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 diff --git a/package-lock.json b/package-lock.json index 0e72589..35955af 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@boillodmanuel/markdown-link-check", - "version": "4.0.3", + "version": "4.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a11981c..adf6b85 100644 --- a/package.json +++ b/package.json @@ -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"