We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e87160 commit b671aa8Copy full SHA for b671aa8
CHANGELOG.md
@@ -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
8
## [2.0.1](https://github.com/rvagg/commit-stream/compare/v2.0.0...v2.0.1) (2023-04-04)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "commit-stream",
- "version": "2.0.1",
+ "version": "2.1.0",
"description": "Turn a `git log` into a stream of commit objects",
"main": "commit-stream.js",
"type": "module",
0 commit comments