Skip to content

Commit

Permalink
chore(release): 2.2.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.2.0](v2.1.0...v2.2.0) (2024-11-27)

### Features

* add cveId support ([6c82ccd](6c82ccd))

### Bug Fixes

* add permissions: write to create release action ([776bc30](776bc30))

### Tests

* add CVE-ID test ([0748578](0748578))
* fix sha cve id pr ([670b4ab](670b4ab))
  • Loading branch information
semantic-release-bot committed Nov 27, 2024
1 parent 1a19a1d commit 044f1f8
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [2.2.0](https://github.com/nodejs/commit-stream/compare/v2.1.0...v2.2.0) (2024-11-27)

### Features

* add cveId support ([6c82ccd](https://github.com/nodejs/commit-stream/commit/6c82ccd24e44167433126ba2bf4e95c8c4f41297))

### Bug Fixes

* add permissions: write to create release action ([776bc30](https://github.com/nodejs/commit-stream/commit/776bc302aebaef471870b56586572225325af238))

### Tests

* add CVE-ID test ([0748578](https://github.com/nodejs/commit-stream/commit/0748578e475534d96be8e4b9f306f5d84c7e383a))
* fix sha cve id pr ([670b4ab](https://github.com/nodejs/commit-stream/commit/670b4abd056ca4099e8dcb02d31504a857db991c))

## [2.1.0](https://github.com/rvagg/commit-stream/compare/v2.0.1...v2.1.0) (2023-05-16)


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": "commit-stream",
"version": "2.1.0",
"version": "2.2.0",
"description": "Turn a `git log` into a stream of commit objects",
"main": "commit-stream.js",
"type": "module",
Expand Down

0 comments on commit 044f1f8

Please sign in to comment.