Skip to content

Commit 977236d

Browse files
chore(release): 3.0.4 [skip ci]
## [3.0.4](v3.0.3...v3.0.4) (2024-02-07) ### Trivial Changes * update repository URL ([#65](#65)) ([0a3d35d](0a3d35d))
1 parent 0a3d35d commit 977236d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -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+
18
## [3.0.3](https://github.com/rvagg/branch-diff/compare/v3.0.2...v3.0.3) (2024-02-07)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "branch-diff",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
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)