Skip to content

Commit 5a5973c

Browse files
committed
5.0.1
1 parent 63a8b77 commit 5a5973c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.0.1] - 2024-10-08
4+
5+
### Fixed
6+
7+
- Bump remark-common-changelog to 2.3.2 ([`f9ef578`](https://github.com/vweevers/hallmark/commit/f9ef578)) (Vincent Weevers)
8+
- Print a more friendly error message ([#120](https://github.com/vweevers/hallmark/issues/120)) ([`2142aec`](https://github.com/vweevers/hallmark/commit/2142aec)) (Vincent Weevers)
9+
310
## [5.0.0] - 2024-04-06
411

512
### Removed
@@ -179,6 +186,8 @@ _Hallmark now follows [Common Changelog](https://common-changelog.org/) instead
179186

180187
_:seedling: Initial release._
181188

189+
[5.0.1]: https://github.com/vweevers/hallmark/releases/tag/v5.0.1
190+
182191
[5.0.0]: https://github.com/vweevers/hallmark/releases/tag/v5.0.0
183192

184193
[4.3.0]: https://github.com/vweevers/hallmark/releases/tag/v4.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hallmark",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Markdown Style Guide, with linter and automatic fixer",
55
"author": "Vincent Weevers",
66
"license": "GPL-3.0",

0 commit comments

Comments
 (0)