Skip to content

Commit

Permalink
chore(release): 4.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [4.2.0](v4.1.1...v4.2.0) (2024-11-28)

### Features

* add cveId support to commmit output ([43d428b](43d428b))

### Tests

* add cveId tests ([f2f235b](f2f235b))
  • Loading branch information
semantic-release-bot committed Nov 28, 2024
1 parent f839143 commit ddb59f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [4.2.0](https://github.com/nodejs/changelog-maker/compare/v4.1.1...v4.2.0) (2024-11-28)

### Features

* add cveId support to commmit output ([43d428b](https://github.com/nodejs/changelog-maker/commit/43d428b3d206f950fda0e4209f984ab8b834893f))

### Tests

* add cveId tests ([f2f235b](https://github.com/nodejs/changelog-maker/commit/f2f235bb05a7240584054c5a8bb12410cb49f7b6))

## [4.1.1](https://github.com/nodejs/changelog-maker/compare/v4.1.0...v4.1.1) (2024-02-07)


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": "changelog-maker",
"version": "4.1.1",
"version": "4.2.0",
"description": "A git log to CHANGELOG.md tool",
"main": "changelog-maker.js",
"type": "module",
Expand Down

0 comments on commit ddb59f6

Please sign in to comment.