Skip to content

Commit 044f1f8

Browse files
committedNov 27, 2024
chore(release): 2.2.0 [skip ci]
## [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))
1 parent 1a19a1d commit 044f1f8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed
 

‎CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [2.2.0](https://github.com/nodejs/commit-stream/compare/v2.1.0...v2.2.0) (2024-11-27)
2+
3+
### Features
4+
5+
* add cveId support ([6c82ccd](https://github.com/nodejs/commit-stream/commit/6c82ccd24e44167433126ba2bf4e95c8c4f41297))
6+
7+
### Bug Fixes
8+
9+
* add permissions: write to create release action ([776bc30](https://github.com/nodejs/commit-stream/commit/776bc302aebaef471870b56586572225325af238))
10+
11+
### Tests
12+
13+
* add CVE-ID test ([0748578](https://github.com/nodejs/commit-stream/commit/0748578e475534d96be8e4b9f306f5d84c7e383a))
14+
* fix sha cve id pr ([670b4ab](https://github.com/nodejs/commit-stream/commit/670b4abd056ca4099e8dcb02d31504a857db991c))
15+
116
## [2.1.0](https://github.com/rvagg/commit-stream/compare/v2.0.1...v2.1.0) (2023-05-16)
217

318

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-stream",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Turn a `git log` into a stream of commit objects",
55
"main": "commit-stream.js",
66
"type": "module",

0 commit comments

Comments
 (0)
Please sign in to comment.