Skip to content

Commit

Permalink
5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vweevers committed Apr 6, 2024
1 parent 19f4a8f commit 7311b2c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.0.0] - 2024-04-06

### Removed

- **Breaking:** drop support of Node.js < 16 ([`d15721f`](https://github.com/vweevers/hallmark/commit/d15721f)) (Vincent Weevers)
- **Breaking:** remove `remark-toc` plugin ([#118](https://github.com/vweevers/hallmark/issues/118)) ([`19f4a8f`](https://github.com/vweevers/hallmark/commit/19f4a8f)) (Vincent Weevers)
- Remove CJS compatibility hack for Node.js < 12.20 ([`08c2475`](https://github.com/vweevers/hallmark/commit/08c2475)) (Vincent Weevers).

### Fixed

- Bundle CLI into single file for faster startup ([`156d334`](https://github.com/vweevers/hallmark/commit/156d334)) (Vincent Weevers)
- Speed up detection of tagged commits ([`50f0eca`](https://github.com/vweevers/hallmark/commit/50f0eca)) (Vincent Weevers).

## [4.3.0] - 2024-04-04

### Added
Expand Down Expand Up @@ -166,6 +179,8 @@ _Hallmark now follows [Common Changelog](https://common-changelog.org/) instead

_:seedling: Initial release._

[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

[4.2.0]: https://github.com/vweevers/hallmark/releases/tag/v4.2.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hallmark",
"version": "4.3.0",
"version": "5.0.0",
"description": "Markdown Style Guide, with linter and automatic fixer",
"author": "Vincent Weevers",
"license": "GPL-3.0",
Expand Down

0 comments on commit 7311b2c

Please sign in to comment.