We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7130ec9 commit f432e27Copy full SHA for f432e27
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [2.1.0](https://github.com/rvagg/branch-diff/compare/v2.0.4...v2.1.0) (2022-09-01)
2
+
3
4
+### Features
5
6
+* add --user and --repo options ([#49](https://github.com/rvagg/branch-diff/issues/49)) ([7130ec9](https://github.com/rvagg/branch-diff/commit/7130ec9960faeed0871abee5dd5b03cc14473e47))
7
8
### [2.0.4](https://github.com/rvagg/branch-diff/compare/v2.0.3...v2.0.4) (2022-05-05)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "branch-diff",
- "version": "2.0.4",
+ "version": "2.1.0",
"description": "A tool to list print the commits on one git branch that are not on another using loose comparison",
"main": "branch-diff.js",
"type": "module",
0 commit comments