Skip to content

Commit 9d32651

Browse files
chore(release): 2.1.4 [skip ci]
## [2.1.4](v2.1.3...v2.1.4) (2023-08-21) ### Trivial Changes * **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([650ea95](650ea95))
1 parent 650ea95 commit 9d32651

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+
## [2.1.4](https://github.com/rvagg/branch-diff/compare/v2.1.3...v2.1.4) (2023-08-21)
2+
3+
4+
### Trivial Changes
5+
6+
* **deps:** bump actions/setup-node from 3.8.0 to 3.8.1 ([650ea95](https://github.com/rvagg/branch-diff/commit/650ea95f817252c703fff6dc90032a8d4d9c8d54))
7+
18
## [2.1.3](https://github.com/rvagg/branch-diff/compare/v2.1.2...v2.1.3) (2023-08-15)
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": "2.1.3",
3+
"version": "2.1.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)