We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a3d35d commit 977236dCopy full SHA for 977236d
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## [3.0.4](https://github.com/nodejs/branch-diff/compare/v3.0.3...v3.0.4) (2024-02-07)
2
+
3
4
+### Trivial Changes
5
6
+* update repository URL ([#65](https://github.com/nodejs/branch-diff/issues/65)) ([0a3d35d](https://github.com/nodejs/branch-diff/commit/0a3d35d8ae68f57a0d466f212aa23d20a77f8e8d))
7
8
## [3.0.3](https://github.com/rvagg/branch-diff/compare/v3.0.2...v3.0.3) (2024-02-07)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "branch-diff",
- "version": "3.0.3",
+ "version": "3.0.4",
"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