diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb80ba..62587bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 6ff5b3d..e449fb0 100644 --- a/package.json +++ b/package.json @@ -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",