File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 2.0.0] ( https://github.com/rvagg/branch-diff/compare/v1.10.5...v2.0.0 ) (2022-01-18)
2
+
3
+
4
+ ### ⚠ BREAKING CHANGES
5
+
6
+ * switch to ESM, dedupe more code w/ changelog-maker
7
+
8
+ ### Features
9
+
10
+ * switch to ESM, dedupe more code w/ changelog-maker ([ df17633] ( https://github.com/rvagg/branch-diff/commit/df176331c82ad9d27d5325ca29b059e89c7abef3 ) )
11
+
12
+
13
+ ### Trivial Changes
14
+
15
+ * remove package-lock.json ([ 55f0487] ( https://github.com/rvagg/branch-diff/commit/55f0487b714419375b9a8482a677ead822c5104f ) )
16
+
1
17
### [ 1.10.5] ( https://github.com/rvagg/branch-diff/compare/v1.10.4...v1.10.5 ) (2021-11-04)
2
18
3
19
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " branch-diff" ,
3
- "version" : " 1.10.5 " ,
3
+ "version" : " 2.0.0 " ,
4
4
"description" : " A tool to list print the commits on one git branch that are not on another using loose comparison" ,
5
5
"main" : " branch-diff.js" ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments