Skip to content

Commit f6bcc88

Browse files
chore(release): 4.1.0 [skip ci]
## [4.1.0](v4.0.1...v4.1.0) (2024-01-10) ### Features * allow commit message ONLY with --messageonly ([#156](#156)) ([e069500](e069500))
1 parent e069500 commit f6bcc88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.0](https://github.com/nodejs/changelog-maker/compare/v4.0.1...v4.1.0) (2024-01-10)
2+
3+
4+
### Features
5+
6+
* allow commit message ONLY with --messageonly ([#156](https://github.com/nodejs/changelog-maker/issues/156)) ([e069500](https://github.com/nodejs/changelog-maker/commit/e06950091765b2b0b470d9cc5c5cc619819f2e6b))
7+
18
## [4.0.1](https://github.com/nodejs/changelog-maker/compare/v4.0.0...v4.0.1) (2024-01-01)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "changelog-maker",
3-
"version": "4.0.1",
3+
"version": "4.1.0",
44
"description": "A git log to CHANGELOG.md tool",
55
"main": "changelog-maker.js",
66
"type": "module",

0 commit comments

Comments
 (0)