From c70a82802047679db1ec8e9fa830ea04b15b6560 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 2 Dec 2024 00:29:38 +0000 Subject: [PATCH] chore(release): 4.3.0 [skip ci] ## [4.3.0](https://github.com/nodejs/changelog-maker/compare/v4.2.1...v4.3.0) (2024-12-02) ### Features * **conventionalcommits:** make group matching regexp cover CC style ([6d6ef98](https://github.com/nodejs/changelog-maker/commit/6d6ef98c144f4aee86c12d3b199852f3018534ee)) ### Trivial Changes * **cc:** make work ([1914a85](https://github.com/nodejs/changelog-maker/commit/1914a8503e82e115bbb6c1254c7ed2e899a21969)) * **deps:** bump actions/setup-node from 4.0.2 to 4.1.0 ([f3b5e33](https://github.com/nodejs/changelog-maker/commit/f3b5e33338fed91475e59f49df7cc128fa55634a)) ### Tests * **cc,yay:** add test case for conventional commits ([375e0b7](https://github.com/nodejs/changelog-maker/commit/375e0b7d489b1f02d1c7ff9a45e02f4e21fa56ad)) --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ffde9..fd2fe02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## [4.3.0](https://github.com/nodejs/changelog-maker/compare/v4.2.1...v4.3.0) (2024-12-02) + +### Features + +* **conventionalcommits:** make group matching regexp cover CC style ([6d6ef98](https://github.com/nodejs/changelog-maker/commit/6d6ef98c144f4aee86c12d3b199852f3018534ee)) + +### Trivial Changes + +* **cc:** make work ([1914a85](https://github.com/nodejs/changelog-maker/commit/1914a8503e82e115bbb6c1254c7ed2e899a21969)) +* **deps:** bump actions/setup-node from 4.0.2 to 4.1.0 ([f3b5e33](https://github.com/nodejs/changelog-maker/commit/f3b5e33338fed91475e59f49df7cc128fa55634a)) + +### Tests + +* **cc,yay:** add test case for conventional commits ([375e0b7](https://github.com/nodejs/changelog-maker/commit/375e0b7d489b1f02d1c7ff9a45e02f4e21fa56ad)) + ## [4.2.1](https://github.com/nodejs/changelog-maker/compare/v4.2.0...v4.2.1) (2024-11-29) ### Trivial Changes diff --git a/package.json b/package.json index 2345d55..059d203 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "changelog-maker", - "version": "4.2.1", + "version": "4.3.0", "description": "A git log to CHANGELOG.md tool", "main": "changelog-maker.js", "type": "module",