From f2260d69d9488d7f3109023b30ab2b65e7eedc2a Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Sun, 18 Sep 2022 17:28:26 +0200 Subject: [PATCH] 4.2.0 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 551b97c..d7a057e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.2.0] - 2022-09-18 + +### Changed + +- Bump `remark-common-changelog` ([`46b9b2a`](https://github.com/vweevers/hallmark/commit/46b9b2a)) (Vincent Weevers) +- Bump `remark-validate-links` from 11 to 12 ([#100](https://github.com/vweevers/hallmark/issues/100)) ([`fcb1b47`](https://github.com/vweevers/hallmark/commit/fcb1b47)) (Vincent Weevers) +- Bump `unified-engine` from 9 to 10 ([#98](https://github.com/vweevers/hallmark/issues/98)) ([`c271740`](https://github.com/vweevers/hallmark/commit/c271740)) (Vincent Weevers). + ## [4.1.0] - 2022-01-28 ### Added @@ -152,6 +160,8 @@ _Hallmark now follows [Common Changelog](https://common-changelog.org/) instead _:seedling: Initial release._ +[4.2.0]: https://github.com/vweevers/hallmark/releases/tag/v4.2.0 + [4.1.0]: https://github.com/vweevers/hallmark/releases/tag/v4.1.0 [4.0.0]: https://github.com/vweevers/hallmark/releases/tag/v4.0.0 diff --git a/package.json b/package.json index b096854..5594934 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hallmark", - "version": "4.1.0", + "version": "4.2.0", "description": "Markdown Style Guide, with linter and automatic fixer", "author": "Vincent Weevers", "license": "GPL-3.0",