Skip to content

Commit 9c217de

Browse files
chore(release): 3.0.3 [skip ci]
## [3.0.3](v3.0.2...v3.0.3) (2024-02-07) ### Trivial Changes * **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#64](#64)) ([0a8c56c](0a8c56c))
1 parent 0a8c56c commit 9c217de

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.3](https://github.com/rvagg/branch-diff/compare/v3.0.2...v3.0.3) (2024-02-07)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/setup-node from 4.0.1 to 4.0.2 ([#64](https://github.com/rvagg/branch-diff/issues/64)) ([0a8c56c](https://github.com/rvagg/branch-diff/commit/0a8c56ccd7adfd6774cff2b77309de9447fe4e7c))
7+
18
## [3.0.2](https://github.com/rvagg/branch-diff/compare/v3.0.1...v3.0.2) (2024-01-01)
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.2",
3+
"version": "3.0.3",
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)