Skip to content

Commit f432e27

Browse files
chore(release): 2.1.0 [skip ci]
## [2.1.0](v2.0.4...v2.1.0) (2022-09-01) ### Features * add --user and --repo options ([#49](#49)) ([7130ec9](7130ec9))
1 parent 7130ec9 commit f432e27

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
18
### [2.0.4](https://github.com/rvagg/branch-diff/compare/v2.0.3...v2.0.4) (2022-05-05)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "2.0.4",
3+
"version": "2.1.0",
44
"description": "A tool to list print the commits on one git branch that are not on another using loose comparison",
55
"main": "branch-diff.js",
66
"type": "module",

0 commit comments

Comments
 (0)