From 5a5973c2c613abc1cb5c5d35e768d734521d17d7 Mon Sep 17 00:00:00 2001 From: Vincent Weevers Date: Tue, 8 Oct 2024 23:07:25 +0200 Subject: [PATCH] 5.0.1 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62587bf..e7dcb81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1] - 2024-10-08 + +### Fixed + +- Bump remark-common-changelog to 2.3.2 ([`f9ef578`](https://github.com/vweevers/hallmark/commit/f9ef578)) (Vincent Weevers) +- Print a more friendly error message ([#120](https://github.com/vweevers/hallmark/issues/120)) ([`2142aec`](https://github.com/vweevers/hallmark/commit/2142aec)) (Vincent Weevers) + ## [5.0.0] - 2024-04-06 ### Removed @@ -179,6 +186,8 @@ _Hallmark now follows [Common Changelog](https://common-changelog.org/) instead _:seedling: Initial release._ +[5.0.1]: https://github.com/vweevers/hallmark/releases/tag/v5.0.1 + [5.0.0]: https://github.com/vweevers/hallmark/releases/tag/v5.0.0 [4.3.0]: https://github.com/vweevers/hallmark/releases/tag/v4.3.0 diff --git a/package.json b/package.json index 25614ed..9569317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hallmark", - "version": "5.0.0", + "version": "5.0.1", "description": "Markdown Style Guide, with linter and automatic fixer", "author": "Vincent Weevers", "license": "GPL-3.0",