diff --git a/CHANGELOG.md b/CHANGELOG.md index d7a057e..fbb80ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.3.0] - 2024-04-04 + +### Added + +- Take structured information from git trailers ([#115](https://github.com/vweevers/hallmark/issues/115)) ([`a92ba35`](https://github.com/vweevers/hallmark/commit/a92ba35)) (Vincent Weevers). + ## [4.2.0] - 2022-09-18 ### Changed @@ -160,6 +166,8 @@ _Hallmark now follows [Common Changelog](https://common-changelog.org/) instead _:seedling: Initial release._ +[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 [4.1.0]: https://github.com/vweevers/hallmark/releases/tag/v4.1.0 diff --git a/package.json b/package.json index 42f2036..9aad5c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hallmark", - "version": "4.2.0", + "version": "4.3.0", "description": "Markdown Style Guide, with linter and automatic fixer", "author": "Vincent Weevers", "license": "GPL-3.0",