Skip to content

Commit b671aa8

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.1...v2.1.0) (2023-05-16) ### Features * add support for green-button merges ([9e87160](9e87160))
1 parent 9e87160 commit b671aa8

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.1.0](https://github.com/rvagg/commit-stream/compare/v2.0.1...v2.1.0) (2023-05-16)
2+
3+
4+
### Features
5+
6+
* add support for green-button merges ([9e87160](https://github.com/rvagg/commit-stream/commit/9e87160f261d67ea0a3a6c4a02136b5c50ecfa42))
7+
18
## [2.0.1](https://github.com/rvagg/commit-stream/compare/v2.0.0...v2.0.1) (2023-04-04)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "commit-stream",
3-
"version": "2.0.1",
3+
"version": "2.1.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)