We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3fae2 commit f53b8c4Copy full SHA for f53b8c4
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.1](https://github.com/rvagg/branch-diff/compare/v3.0.0...v3.0.1) (2023-12-13)
2
+
3
4
+### Tests
5
6
+* remove 16.x and add 20.x to CI ([8f3fae2](https://github.com/rvagg/branch-diff/commit/8f3fae2050dc54e99a9c05a3bb57eee3ce4fca64))
7
8
## [3.0.0](https://github.com/rvagg/branch-diff/compare/v2.1.5...v3.0.0) (2023-12-13)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "branch-diff",
- "version": "3.0.0",
+ "version": "3.0.1",
"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