Skip to content

Commit 45f8115

Browse files
chore(release): 2.0.2 [skip ci]
### [2.0.2](v2.0.1...v2.0.2) (2022-02-28) ### Bug Fixes * require is not defined error ([#47](#47)) ([be4ec56](be4ec56))
1 parent be4ec56 commit 45f8115

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.0.2](https://github.com/rvagg/branch-diff/compare/v2.0.1...v2.0.2) (2022-02-28)
2+
3+
4+
### Bug Fixes
5+
6+
* require is not defined error ([#47](https://github.com/rvagg/branch-diff/issues/47)) ([be4ec56](https://github.com/rvagg/branch-diff/commit/be4ec5697cccdbfc9e95f602f69fa39015b5d70e))
7+
18
### [2.0.1](https://github.com/rvagg/branch-diff/compare/v2.0.0...v2.0.1) (2022-02-26)
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.1",
3+
"version": "2.0.2",
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)